@Sriram Narayanan As mentioned in the referred documentation link this option is not available with to_pandas_dataframe(), you can only use on_error='null' to replace the failed values with null or fail with exception if 'fail' is used.
TabularDataset "topandasdataframe()" - does not support pandas errorbadlines?
Sriram Narayanan
21
Reputation points
Hello,
I am trying to skip lines that produces more columns than intended while loading to a pandas dataframe.
Like this Pandas Option: When error_bad_lines = False, pandas will skip these lines.
How can I achieve this with to-pandas-dataframe? Thanks.
1 answer
Sort by: Most helpful
-
romungi-MSFT 44,761 Reputation points Microsoft Employee
2020-11-18T07:30:31.037+00:00