Replies: 1 comment
-
|
I don't think this is an issue with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I always get the error: TypeError: only integer scalar arrays can be converted to a scalar index when I want to import my data using df = pd.read_csv(DATA_PATH, sep=r"\s+"). This error will disappear when I load Jax after I load pandas and my data. This error only happens when I use pandas 3.0.3 with Jax, but not with 2.2.3.
Thank you so much for any helps.
Beta Was this translation helpful? Give feedback.
All reactions