yelizkilinc
Results
2
issues of
yelizkilinc
### Describe the bug or the issue that you are facing I selected Python SDK v2 at 3.8.1 step but it did not generate folders/files properly under the "mlopsv2demo" repo....
Bug
Needs Triage
import pandas as pd df = pd.DataFrame(data={'col1': [1, 2], 'col2': [3, 4]}) df.to_parquet('df.parquet',compression=None, index=False) pd.read_parquet('df.parquet') I am running this code and it shows index. I set index as False.
Bug
IO Parquet
Arrow