How to Use Tiger Data Datasets
- Choose your dataset: Browse the catalogue and select the dataset that fits your needs.
- Download securely: After purchase, download your dataset in CSV or Parquet format from your account or email link.
- Explore the data: Open with Excel, Python (Pandas/Polars), or your favorite BI tool. Each dataset includes a README and data dictionary.
- Integrate in your workflow: Use our code snippets (Python, R, SQL) to load and analyze the data. See examples below.
Python Example
import pandas as pd
df = pd.read_csv('your_dataset.csv')
print(df.head())
Need help?
Contact our support or check the FAQ for more tips.