Metadata-Version: 2.1
Name: stats-can
Version: 2.5.1
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.6.1,<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
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: h5py (>=2.10,<4.0)
Requires-Dist: importlib_metadata (>=1.7,<4.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: Documentation, https://stats-can.readthedocs.io
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)
[![PyPI version](https://badge.fury.io/py/stats-can.svg)](https://badge.fury.io/py/stats-can)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/stats_can/badges/version.svg)](https://anaconda.org/conda-forge/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/conda-forge/stats_can


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

