All Projects → pydata → Pandas Gbq

pydata / Pandas Gbq

Licence: bsd-3-clause
Pandas Google BigQuery

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pandas Gbq

Pdpipe
Easy pipelines for pandas DataFrames.
Stars: ✭ 590 (+142.8%)
Mutual labels:  pandas, data
Locopy
locopy: Loading/Unloading to Redshift and Snowflake using Python.
Stars: ✭ 73 (-69.96%)
Mutual labels:  pandas, data
Datasheets
Read data from, write data to, and modify the formatting of Google Sheets
Stars: ✭ 593 (+144.03%)
Mutual labels:  pandas, data
Meza
A Python toolkit for processing tabular data
Stars: ✭ 374 (+53.91%)
Mutual labels:  pandas, data
Weld
High-performance runtime for data analytics applications
Stars: ✭ 2,709 (+1014.81%)
Mutual labels:  pandas, data
Finance Go
📊 Financial markets data library implemented in go.
Stars: ✭ 392 (+61.32%)
Mutual labels:  pandas, data
Data Forge Ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 967 (+297.94%)
Mutual labels:  pandas, data
pyconau2017-messy-sensor-data
[pyconau 2017 talk] Messy Sensor Data: A Programmer's Cleaning Guide
Stars: ✭ 16 (-93.42%)
Mutual labels:  data, pandas
Pandas Datareader
Extract data from a wide range of Internet sources into a pandas DataFrame.
Stars: ✭ 2,183 (+798.35%)
Mutual labels:  pandas, data
Datacompy
Pandas and Spark DataFrame comparison for humans
Stars: ✭ 147 (-39.51%)
Mutual labels:  pandas, data
Gspread Pandas
A package to easily open an instance of a Google spreadsheet and interact with worksheets through Pandas DataFrames.
Stars: ✭ 226 (-7%)
Mutual labels:  pandas, data
California Coronavirus Data
The Los Angeles Times' independent tally of coronavirus cases in California.
Stars: ✭ 188 (-22.63%)
Mutual labels:  pandas, data
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (+12.35%)
Mutual labels:  pandas, data
Iexfinance
Python SDK for IEX Cloud
Stars: ✭ 573 (+135.8%)
Mutual labels:  pandas, data
fairlens
Identify bias and measure fairness of your data
Stars: ✭ 51 (-79.01%)
Mutual labels:  data, pandas
Pyjanitor
Clean APIs for data cleaning. Python implementation of R package Janitor
Stars: ✭ 647 (+166.26%)
Mutual labels:  pandas, data
astro
Astro allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow.
Stars: ✭ 79 (-67.49%)
Mutual labels:  bigquery, pandas
validada
Another library for defensive data analysis.
Stars: ✭ 29 (-88.07%)
Mutual labels:  data, pandas
Data Forge Js
JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 139 (-42.8%)
Mutual labels:  pandas, data
Scio
A Scala API for Apache Beam and Google Cloud Dataflow.
Stars: ✭ 2,247 (+824.69%)
Mutual labels:  bigquery, data

pandas-gbq

|Build Status| |Version Status| |Coverage Status| |Black Formatted|

pandas-gbq is a package providing an interface to the Google BigQuery API from pandas

Installation

Install latest release version via conda


.. code-block:: shell

   $ conda install pandas-gbq --channel conda-forge

Install latest release version via pip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. code-block:: shell

   $ pip install pandas-gbq

Install latest development version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. code-block:: shell

    $ pip install git+https://github.com/pydata/pandas-gbq.git


Usage
-----

See the `pandas-gbq documentation <https://pandas-gbq.readthedocs.io/>`_ for more details.

.. |Build Status| image:: https://circleci.com/gh/pydata/pandas-gbq/tree/master.svg?style=svg
   :target: https://circleci.com/gh/pydata/pandas-gbq/tree/master
.. |Version Status| image:: https://img.shields.io/pypi/v/pandas-gbq.svg
   :target: https://pypi.python.org/pypi/pandas-gbq/
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/pydata/pandas-gbq.svg
   :target: https://codecov.io/gh/pydata/pandas-gbq/
.. |Black Formatted| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/ambv/black
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].