RAWENTER/accountzy / USAGE.md
RAWENTER's picture
|
download
raw
766 Bytes

Usage Guide

This guide shows how developers can use the Realigns Business Open Data Pack for analytics, dashboards, RAG workflows, and AI training examples.

Load CSV with pandas

import pandas as pd

df = pd.read_csv("data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv")
print(df.head())
print(df.columns)
cd ~/Downloads/realigns-business-open-data-pack

python3 - <<'PY'
from pathlib import Path

content = r'''# Usage Guide

This guide shows how developers can use the Realigns Business Open Data Pack for analytics, dashboards, RAG workflows, and AI training examples.

## Load CSV with pandas

```python
import pandas as pd

df = pd.read_csv("data/synthetic_sales_crm/synthetic_sales_crm_pipeline.csv")
print(df.head())
print(df.columns)

Xet Storage Details

Size:
766 Bytes
·
Xet hash:
b2dc431627605b6bf431c840babc12888cd6256c4b5d3718e6f8e949bd6e2615

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.