gituser/docker_multiarch/: db-dtypes-1.4.2 metadata and description

Homepage Simple index

Pandas Data Types for SQL systems (BigQuery, Spanner)

author The db-dtypes Authors
author_email googleapis-packages@google.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Operating System :: OS Independent
  • Topic :: Database :: Front-Ends
description_content_type text/x-rst
keywords sql,pandas
requires_dist
  • packaging>=17.0
  • pandas>=0.24.2
  • pyarrow>=3.0.0
  • numpy>=1.16.6
requires_python >=3.7
File Tox results History
db_dtypes-1.4.2-py2.py3-none-any.whl
Size
19 KB
Type
Python Wheel
Python
2.7

ga pypi versions

Pandas extension data types for data from SQL systems such as BigQuery.

Installation

Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.

With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.

Supported Python Versions

Python >= 3.7

Unsupported Python Versions

Python <= 3.6.

Mac/Linux

pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install db-dtypes

Windows

pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install db-dtypes