Open cj2001 opened 1 year ago
Hi @cj2001 ,
this error is returned by the tangled_up_in_unicode package which is used by ydata-profiling
if requested by the user to calculate compute the statistics for string and categorical data.
I suggest to use ydata-profiling
without this package installed, or to report this to the tangle-up-in-unicode package directly. They might not support python 3.10 yet.
Current Behaviour
I am running in Jupyter Lab and just upgraded to Python 3.10.6. My initial dataset is in a Pandas dataframe that is less than 8000 rows and less than 50 columns. When I used this dataframe, I received the error
SystemError: unknown opcode
. It also blows through my computer memory and bogs down my browser. (I have nothing else running.)I then tried it with a subset of the data. Here is my code:
(Note that I also get the following error if I use
.to_widgets()
.)These 10 rows also crash. I receive the following error:
Please advise. Thank you!
Expected Behaviour
When I ran with Python 3.9.7 I received a normal profile in Jupyter Lab with no memory issues or errors.
Data Description
My dataset is publicly available from https://data.mendeley.com/datasets/6w4tzrs3yw.
Code that reproduces the bug