Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add the 'sales_response.csv' file to enable your results to be replicated #1

Open
entelecheia1963 opened this issue Aug 26, 2023 · 3 comments

Comments

@entelecheia1963
Copy link

Jason, thank you for the code. Would you please include your 'sales_response.csv' into the repository so that your results can be replicated exactly ahead of working with my own examples. Thank you.

@DevChrisRoth
Copy link

Yeah, that would be nice 👍

@M4XMU3
Copy link

M4XMU3 commented Jan 22, 2024

+1 as testing the script creates errors in combination with my CSV.

As a fix for my specific problem i switched to reading my CSV via panda:

import panda as pd
...
# sep = seperator in CSV file
your_variable = pd.read_csv('your-csv-here.csv', sep=';')

@ElvijsLamberts
Copy link

+1 as testing the script creates errors in combination with my CSV.

As a fix for my specific problem i switched to reading my CSV via panda:

import panda as pd
...
# sep = seperator in CSV file
your_variable = pd.read_csv('your-csv-here.csv', sep=';')

For me this worked:

loader = CSVLoader(file_path="test_app/sales_response.csv", encoding='cp1252')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants