├── .env ├── Cosmetics Inc. - Data for Pivot Table and VLOOKUP - Sheet1 (3).csv ├── requirements.txt └── talk_with_csv.py /.env: -------------------------------------------------------------------------------- 1 | OPENAI_API_KEY = '' 2 | -------------------------------------------------------------------------------- /Cosmetics Inc. - Data for Pivot Table and VLOOKUP - Sheet1 (3).csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GaoDalie/Talk_with_CSV/HEAD/Cosmetics Inc. - Data for Pivot Table and VLOOKUP - Sheet1 (3).csv -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GaoDalie/Talk_with_CSV/HEAD/requirements.txt -------------------------------------------------------------------------------- /talk_with_csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GaoDalie/Talk_with_CSV/HEAD/talk_with_csv.py --------------------------------------------------------------------------------