data-analysis
Here are 10,230 public repositories matching this topic...
Owner can not click and edit on the chart name when open a saved chart, can only do click edit when creating a new chart.
How to reproduce the bug
1, Explore saved chart own by you
2, Hover mouse over to chart's title
3, Click on chart title
Expected results
1,Should see tooltip "Click to edit"
2,Title is successfully edit and saved
Actual results
There is no opportunit
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
I have confirmed this bug exists on the master branch of pandas.
Reproducible Example
import pandas as pd
df = pd.DataFrame([range(5) for _ in range(5)], columns=list('abcde'-
Updated
Oct 15, 2021 - Clojure
Problem
See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces
Solution
Create a config option
showDeveloperMenu: true | false | auto
where
- true: always shows the developer menu locally and while deployed
- false: always sho
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Oct 14, 2021 - C
Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.
Describe the solution you'd like
After tab switching, scroll position should be remembere
We could improve the Error: output to a user shown in the expression preview to tell them what the Type() is for a parameter being passed that is not compatible with the parameter type being expected.
Proposed solution
On our various HTML/XML GREL functions (htmlText(), wholeText(), ownText(), etc.) add the new Type().call(bindings, args) to the EvalError and rephrase the error text as n
-
Updated
Oct 12, 2021 - Jupyter Notebook
-
Updated
Oct 8, 2021 - Python
-
Updated
Sep 26, 2021 - Jupyter Notebook
Collection of follow-ups to #5827. These can/should be broken out into individual PRs. Many are relatively straightforward and would make a good first PR.
General
- Documentation (none was added in original PR).
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
-
Updated
Oct 15, 2021 - Go
Describe the issue linked to the documentation
In the section https://imbalanced-learn.org/stable/under_sampling.html#prototype-selection the selected subset S' should be a (strict) subset, not and element of S.
Suggest a potential alternative/fix
Change \in to \subset in doc/under_sampling.rst.
-
Updated
Oct 15, 2021 - Java
-
Updated
Oct 14, 2021 - Go
-
Updated
Oct 15, 2020 - Jupyter Notebook
The official instructions say to use joblib for pickling PyOD models.
This fails for AutoEncoders, or any other TensorFlow-backed model as far as I can tell. The error is:
>>> dump(model, 'model.joblib')
...
TypeError: can't pickle _thread.RLock objects
Note that it's not sufficient to save the underlying Keras S
-
Updated
Sep 1, 2021 - Python
-
Updated
Oct 7, 2021 - R
-
Updated
Jul 11, 2020 - Python
Tell us about the problem you're trying to solve
currently we only support slack as a channel for reporting failed jobs. another reasonable one might be datadog.
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Feb 6, 2020
-
Updated
Oct 15, 2021 - Python
-
Updated
Oct 15, 2021 - JavaScript
-
Updated
Oct 14, 2021 - Python
-
Updated
Oct 15, 2021 - Java
Improve this page
Add a description, image, and links to the data-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-analysis topic, visit your repo's landing page and select "manage topics."
Describe the issue linked to the documentation
Use
:doi:and:arxiv:directives for references in the documentation as is done in scipy in scipy/scipy#12858.Suggest a potential alternative/fix
No response