Florian Dejax

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Florian Dejax commented, -
Florian Dejax created a post, Answeredpython debugger does not work with files containing relative import
I have a pandas.py file that contains some relative import as below: """Generate batches from pandas DataFrame."""from typing import Unionfrom .base import ChunkedBatchGeneratorfrom ... import inif...