-
[pandas.DataFrame.resample](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.resample.html#)
[pandas.DataFrame.rolling](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.roll…
-
I'm getting NPE in the following code. In the onClose() method I send a message, however the socket is already closed, this will raise the onError() method which is fine, however when I want to determ…
-
Hi,
I cloned the repository and did `mvn package`. I was able to build the jar but when I try to run the example from `jvm` folder by running `spark-submit --class com.cloudera.tsexamples.Stocks t…
-
### What happened?
I've been upgrading dataframe to be compliant with Pandas 2, and a new doctest in Pandas 2 revealed this bug that currently exists in Pandas 1.
Whenever `.xs()` will yield a…
-
I create session and download resulting dataframe. The running code itself is not important:
```python
with LivySession.create(self.LIVY_URL, kind=SessionKind.PYSPARK, requests_session=self.requests…
-
Hi,SHC Team
I got some trouble when i writing my structured streaming application with shc.
I got the new data from kafka source ,and I want to check whether the new data is different from the old o…
-
Originally requested from an [SO|https://stackoverflow.com/questions/53649801/predict-with-h2o-mojo-model-using-hex-genmodel-api] user
Goal: Use py4j outside of Sparkling Water as another option fo…
-
With following Java code:
```
Updatable latestIdTable = session.table("test_table");
DataFrame latestIdQuery = latestIdTable.where(latestIdTable.col("status").equal_to(functions.lit("ready")))
…
-
Most of the library code is common, exceptions are IO parts and Jupyter integration. We may support KMP (at least K/JS) for this library
-
### Willingness to contribute
Yes. I would be willing to contribute this feature with guidance from the MLflow community.
### Proposal Summary
Add `PolarsDataset` class for logging datasets based o…