-
**Reviewer 1 comments:**
- sqle queries are directly executed.
- Plotting use plotty.
**Reviewer 1 suggestions:**
- tdml supports all fundamental plots, Which can be used for plotting Scatter …
-
I need users to be able to fetch their data immediatly as a dataframe/ as a collection of dataframes
-
Hello,
I often need to plot slightly different versions of my data depending on who’s requesting data from me. I was hoping for a simple way of transforming columns such that I don’t have to keep a…
-
I'm seeing the following SnoopCompile output:
```julia
inserting in(inds::Dictionaries.ReverseIndices{I, Inds} where Inds
-
**Describe the bug**
Writting large DataFrames to disk fails and gets memory error:
>>>df.to_parquet('myfile.parquet')
>>>RuntimeError: CUDA error at: /home/giba/anaconda3/envs/rapids-22.02/include…
-
I am looking to either iterate over groups to get names of each group or to have an accessor to the group name in a groupby.apply().
First goal would be an answer like this: [python - Using groupby…
-
See https://stanford.edu/~rezab/papers/linalg.pdf
Wouldn't be much work to create a `sparkmatrix` extension with support for converting DataFrames into [IndexedRowMatrix](http://spark.apache.org/do…
-
**Describe the bug**
When using a dataframe with newer/nullable dtypes, such as the following, I am unable to generate any reports
```python
In[83]: df4.dtypes
Out[83]:
str_col string
…
mands updated
2 years ago
-
Add the following knowledge sources:
- [ ] [Julia docsite](https://docs.julialang.org/en/v1/)
- [ ] DataFrames ecosystem
- [ ] [DataFrames.jl](https://dataframes.juliadata.org/latest/)
- [ ] […
-
When we export a notebook at HTML outside of BeakerX, the dataframe tables are preserved. This makes sharing notebooks with people who do not have any coding experience very easy.
The interactive …