Skip to main content
Terminal से sample datasets जनरेट करें — या APIs और public sources से real-world rows fetch करें। Tests, demos, prototypes, और त्वरित data pulls के लिए उपयोगी।

प्राकृतिक भाषा

Synthetic (डिफ़ॉल्ट)

Real-world sources

real, actual, live, world bank, pubmed papers, या URL के साथ phrases real fetchers पर route होते हैं। Fake / sample / mock synthetic generation रखते हैं।

CLI commands

Real-world sources

Real sources 500 rows पर cap होते हैं। जब --source set होता है, Arka कभी synthetic या LLM data पर fall back नहीं करता — fetch errors स्पष्ट रूप से रिपोर्ट होते हैं।

World Bank indicators

gdp, gdp_per_capita, population, life_expectancy, co2, unemployment, internet Country codes ISO-3166 alpha-2 का उपयोग करते हैं (जैसे IN, US)। Natural language country names (India, United States) automatically parse होते हैं।

समर्थित formats

csv, json, jsonl, tsv, yaml, xml, sql, markdown, xlsx XLSX output के लिए openpyxl चाहिए (pip install openpyxl)। रिच fake values के लिए, optional Faker extra install करें:

Presets

Built-in presets automatically columns infer करते हैं (केवल synthetic mode): Field names generators (names, emails, phones, addresses, dates, numbers, UUIDs, booleans) से match होते हैं। जब LLM API key configured हो तो complex custom schemas के लिए --llm का उपयोग करें।

Output

डिफ़ॉल्ट रूप से stdout पर print करें, या -o output.csv के साथ save करें या पहले argument के रूप में filename pass करें।