- Notifications
You must be signed in to change notification settings - Fork6
Extension dtypes for pandas corresponding to GoogleSQL data types such as DATE, TIME, and JSON.
License
googleapis/python-db-dtypes-pandas
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Pandas extension data types for data from SQL systems such asBigQuery.
Install this library in avirtualenv using pip.virtualenv is a tool tocreate isolated Python environments. The basic problem it addresses is one ofdependencies and versions, and indirectly permissions.
Withvirtualenv, it's possible to install this library without needing systeminstall permissions, and without clashing with the installed systemdependencies.
Python >= 3.9
Python <= 3.8.
pip install virtualenvvirtualenv <your-env>source <your-env>/bin/activate<your-env>/bin/pip install db-dtypes
pip install virtualenvvirtualenv <your-env><your-env>\Scripts\activate<your-env>\Scripts\pip.exe install db-dtypes
About
Extension dtypes for pandas corresponding to GoogleSQL data types such as DATE, TIME, and JSON.
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors13
Uh oh!
There was an error while loading.Please reload this page.