Metadata-Version: 2.1
Name: stats-can
Version: 2.3.3
Summary: Read StatsCan data into python, mostly pandas dataframes
Home-page: https://github.com/ianepreston/stats_can
License: GPL-3.0-or-later
Keywords: statistics,Canada,data,API
Author: Ian Preston
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: h5py (>=2.10.0,<3.0.0)
Requires-Dist: importlib_metadata (>=1.7.0,<2.0.0); python_version < "3.8"
Requires-Dist: pandas (>=1.1.0,<2.0.0)
Requires-Dist: requests (>=2.20,<3.0)
Requires-Dist: tables (>=3.6.1,<4.0.0)
Requires-Dist: tqdm (>=4.48.0,<5.0.0)
Project-URL: Repository, https://github.com/ianepreston/stats_can
Description-Content-Type: text/markdown

# Python api for Statistics Canada New Data Model (NDM)

[![Tests](https://github.com/ianepreston/stats_can/workflows/Tests/badge.svg)](https://github.com/ianepreston/stats_can/actions?workflow=Tests)
[![Documentation Status](https://readthedocs.org/projects/stats-can/badge/?version=latest)](https://stats-can.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/ianepreston/stats_can/branch/master/graph/badge.svg)](https://codecov.io/gh/ianepreston/stats_can)
[![Anaconda-Server Badge](https://anaconda.org/ian.e.preston/stats_can/badges/installer/conda.svg)](https://conda.anaconda.org/ian.e.preston)
[![Anaconda-Server Badge](https://anaconda.org/ian.e.preston/stats_can/badges/version.svg)](https://anaconda.org/ian.e.preston/stats_can)
[![Anaconda-Server Badge](https://anaconda.org/ian.e.preston/stats_can/badges/platforms.svg)](https://anaconda.org/ian.e.preston/stats_can)
[![Anaconda-Server Badge](https://anaconda.org/ian.e.preston/stats_can/badges/license.svg)](https://anaconda.org/ian.e.preston/stats_can)

API documentation for StatsCan can be found here: https://www.statcan.gc.ca/eng/developers/wds

If you're looking for Table/Vector IDs to use in the app you can find them through this:
https://www150.statcan.gc.ca/n1/en/type/data

Anaconda package here:
https://anaconda.org/ian.e.preston/stats_can


Documentation here:
https://stats-can.readthedocs.io/en/latest/

