data-analysis
Here are 8,982 public repositories matching this topic...
Keyboard navigation in the control panel of the Explore view is difficult.
Expected results
You should be able to move focus between adjacent controls in the control panel with a single Tab key press
and visually distinguish what element has focus. You should be able to interact with controls the keyboard
(Enter or space bar for button-like things).
Actual results
Several tab
pytest have such a hook to check rst files https://github.com/pytest-dev/pytest/blob/main/.pre-commit-config.yaml :
- id: rst
name: rst
entry: rst-lint --encoding utf-8
files: ^(RELEASING.rst|README.rst|TIDELIFT.rst)$
language: python
additional_dependencies: [pygments, restructuredtext_lint]Would this be worth including in pa
-
Updated
Jun 16, 2021 - Clojure
Summary
The grayish background oval indicating a selected st.radio label has too much padding on the right hand side by a few pixels. Here's an example:
(Notice how the background rounded rectangle extends further to the right past "Notion" than it does to the left of the sel
-
Updated
Jun 16, 2021 - C
-
Updated
Apr 16, 2021 - JavaScript
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
OpenRefine 3.4.1 on Windows (with or without integrated JRE) does not use the proxy set in openrefine.l4j.ini to connect to reconciliation service (https://lobid.org/gnd/reconcile)
To Reproduce
Steps to reproduce the behavior:
- First, set proxy in openrefine.l4j.ini using the following parameters:
-Dhttps.proxyHost=proxy-name.domain.ch
-Dhttps.proxyPort=8080
`-Dhttp.proxyHo
-
Updated
May 25, 2021 - Python
-
Updated
Jun 14, 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
Mar 20, 2021 - Jupyter Notebook
-
Updated
May 31, 2021 - Python
-
Updated
Jun 16, 2021 - Java
-
Updated
Jun 16, 2021 - Go
-
Updated
Oct 15, 2020 - Jupyter Notebook
-
Updated
Jun 16, 2021 - Go
-
Updated
Jun 8, 2021 - Python
-
Updated
Jun 11, 2021 - R
-
Updated
Jul 11, 2020 - Python
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
May 8, 2018 - Jupyter Notebook
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Jun 16, 2021 - Python
-
Updated
Feb 6, 2020
From looking at:
- https://stackoverflow.com/questions/32845674/setup-nginx-not-to-crash-if-host-in-upstream-is-not-found
- https://serverfault.com/questions/876308/kubernetes-dns-resolver-in-nginx
It looks like providing a DNS server would need to be provided via an environment variable that matches either Docker's internal DNS server or Kuberentes's internal DNS server. This allows it to re
-
Updated
Jan 28, 2021 - C++
-
Updated
Apr 27, 2021 - Python
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."

We should be using
pkg_resources(orimportlib.resourcesif our min Python version is 3.7) instead of uses of__file__.