On master: from pandas import read_csv from pandas.compat import StringIO data = 'a,b,c\ncat,foo,bar\ndog,foo,"baz' # Note the stray quotation mark read_csv(StringIO(data), engine='python', skipfooter=1) ... _csv.Error: unexpected end of...
pandas/pandas/io/excel/_base.py Line 336 infc9fdba storage_options:StorageOptions=None, jankaWIS reacted with thumbs up emoji 👍 Sorry, something went wrong. lithomas1addedRegressionFunctionality that used to work in a prior pandas versionIO Excelread_excel, to_exceland removedNeeds TriageIssu...
frompandasimportread_csv importmatplotlib.pyplotasplt fromsklearn.model_selectionimportStratifiedKFold fromsklearn.pipelineimportmake_pipeline fromsklearn.preprocessingimportStandardScaler fromsklearn.linear_modelimportLogisticRegression fromsklearn.metricsimportroc_auc_score ...
- migrations are added in docker image and collectstatic is executed when the image is created (and not during startup) - migration - missed the init file first time - sort out lint - remove data type from PR - add ruff exemptions to the last bits - :construction: update to docstri...