Grieve

Results 19 comments of Grieve

Thanks, guys. I think your suggestions all work. I provide a tool to connect many databases and put the data into pandas for other people, so I will not know...

Thank you everyone. I will use `orjson` to handle UUID. ```python import orjson import uuid import pandas as pd df = pd.DataFrame({"uuid": [uuid.uuid4()]}) json_data = orjson.loads(orjson.dumps(df.to_dict(orient="split"), option=orjson.OPT_SERIALIZE_UUID)) ```

@gforsyth Thanks for your suggestion. You saved my life.

Thanks @goldmedal. Would you mind adding comments or descriptions for codes that are commented out to explain what happened to them?

The ibis CI failed message `ValueError: Invalid isoformat string: '1_370'` need to wait the https://github.com/ibis-project/ibis/issues/9846 fixed.

Follow https://github.com/ibis-project/ibis/issues/9295

@wwwy3y3, please close this fixed issue.

@wwwy3y3, please close this fixed issue.