-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
_format_native_types #1385
Comments
Hey there, @Chris-Keo! I'm here to help you with any bugs, questions, or contributions you have. Let's tackle this issue together! The error message you're encountering, "'Index' object has no attribute '_format_native_types'", suggests that there might be an issue with the version compatibility between Here are a few steps you can take to troubleshoot and potentially resolve this issue:
If these steps do not resolve the issue, it might be helpful to look for any recent updates or discussions in the |
I did all of that and i was using the the example dataframes from the docs. |
@Chris-Keo |
If you've already tried those steps and are still encountering the issue, it might be worth checking if there are any known issues or bug reports related to the As a next step, consider verifying if there have been any recent changes or updates in the |
Im having the exact same issue. Still waiting for a solution :c |
I'd just look for another library |
System Info
pandasai==2.2.15
python==3.10
🐛 Describe the bug
I get this error over and over, even when downgrading pandas as it prompted.
This is using the example code on the documatation.
'Index' object has no attribute '_format_native_types'
2024-10-06 23:23:42 [INFO] Executing Step 0: ValidatePipelineInput
2024-10-06 23:23:42 [INFO] Executing Step 1: CacheLookup
2024-10-06 23:23:42 [INFO] Executing Step 2: PromptGeneration
2024-10-06 23:23:42 [ERROR] Pipeline failed on step 2: 'Index' object has no attribute '_format_native_types'
The text was updated successfully, but these errors were encountered: