Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
2 answers
70 views

I am trying to use PyCaret with Fugue for a DASK backend and I'm running into an issue. Using the following: pycaret 3.3.2 fugue 0.9.1 dask ...
yojimbo's user avatar
  • 11
0 votes
0 answers
22 views

I am trying to use PyCaret with Fugue for a spark backend and I'm running into some issues with getting everything to work properly. I can run a PyCaret experiment using spark as a back end if my ...
yojimbo's user avatar
  • 11
0 votes
1 answer
1k views

I am facing a problem with Python libraries installation in Azure Synapse Notebook. I have tried installing two libraries, holidays and fugue using %pip... and !pip... I have tried even with .WHL ...
0 votes
1 answer
113 views

I am testing the Fugue library to compare its benefits compared to purely PySpark, for which I would like to be able to test different operations strictly with Fugue. Although I could already use ...
0 votes
1 answer
118 views

Say I have this file s3://some/path/some_partiitoned_data.parquet. I would like to sample a given count of rows and display them nicely, possibly in a jupyter notebook. some_partiitoned_data.parquet ...
Hakan Baba's user avatar
  • 2,075
0 votes
1 answer
126 views

Say I have these 2 parquet files import pandas as pd pd.DataFrame([[0]], columns=["a"]).to_parquet("/tmp/1.parquet") pd.DataFrame([[0],[2]], columns=["a"]).to_parquet(&...
Hakan Baba's user avatar
  • 2,075

AltStyle によって変換されたページ (->オリジナル) /