May 2018
Beginner to intermediate
364 pages
7h 43m
English
To install the cbsodata Python package, perform the following steps:
conda install cbsodata pip install cbsodata
For more detailed instructions about how to install the Python package, please see Chapter 6, Managing Packages:
import pandas as pd import cbsodata as cb name='82070ENG' data = pd.DataFrame(cb.get_data(name)) print(data.head()) info=cb.get_info(name) print(info['Title'])

The last line in the screenshot gives the name ...
Read now
Unlock full access