How to Use Tiger Data Datasets

  1. Choose your dataset: Browse the catalogue and select the dataset that fits your needs.
  2. Download securely: After purchase, download your dataset in CSV or Parquet format from your account or email link.
  3. Explore the data: Open with Excel, Python (Pandas/Polars), or your favorite BI tool. Each dataset includes a README and data dictionary.
  4. 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.