Skip to content

Conversation

@jiheon-dev
Copy link

@jiheon-dev jiheon-dev commented Jul 11, 2025

There is a deprecated parameter that represents a "FutureWarning" caused by removed features. However, I fixed the delim_whitespace parameter to use the sep parameter.

  • FutureWarning: The 'delim_whitespace' keyword in pd.read_csv is deprecated and will be removed in a future version. Use sep='\s+' instead

Please refer the following link: https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html

delim_whitespace [bool, default False]: Deprecated since version 2.2.0: Use sep="\s+" instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant