data-analysis
Here are 6,187 public repositories matching this topic...
Location of the documentation
https://pandas.pydata.org/docs/development/code_style.html
https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#code-standards
Documentation problem
Most of the documentation for the coding style guidelines is limited and in multiple locations. Much of the coding style is in a script.
Suggested fix for documentation
When adding a new data store database in Metabase it tries to connect first with SSL (if the driver supports SSL), and then without, in that order. If either connection succeeds, the database details are accepted as valid. Yes, you can add driver specific JDBC options to use SSL, but there is no good feed
Hi there
I'm trying to parse this king of lines, from a python flask service whose log format is %(asctime)s [%(process)d] (%(levelname)s) (%(name)s): %(message)s
2020-02-10 13:58:38,594 [31383] (INFO) (flask.app): request: OPTIONS https://server_hostname/0.1/token/a_big_uuid {'Host': 'server_hostname', 'X-Script-Name': '/api/auth', 'X-Forwarded-For': 'an_IP_address', 'Connection': 'c
Is your feature request related to a problem? Please describe.
I'm copying text one tab into another to run it with another recipe. But when I change back to the first tab, the text I originally selected is no longer selected. It would be nice if this is remembered because when working with a wall of text, it's near impossible to figure out where I was.
This applies to both to input and th
Is your feature request related to a problem or area of OpenRefine? Please describe.
Users are not seeing how to delete a Project in OpenRefine.
User tweeting about this:
https://twitter.com/ruthbrarian/status/1243243600223391745
Took me forever to see the little Xs to delete them too
We also use currently use differing styles for Actions to perform on a Project:
- Img
- Text
**De
-
Updated
Jun 6, 2020 - Python
-
Updated
Jun 1, 2020 - Jupyter Notebook
Need to do some better handling of low-observation models in plot_diagnostics
. These are models that shouldn't really be estimated, and we can't really make the plots work, but we shouldn't raise exceptions.
- Any dataset with less than 10 observations will raise an error computing the error autocorrelations:
mod = sm.tsa.statespace.SARIMAX(np.random.normal(size=10), order=(10,
-
Updated
May 2, 2020 - Jupyter Notebook
Page
https://docs.alluxio.io/os/user/stable/en/deploy/Running-Alluxio-On-Docker.html
Summary
Two environment variables are not documented, and have negative impact when running Alluxio purely as a local disk cache via docker containers.
- ALLUXIO_WORKER_TIEREDSTORE_LEVEL0_DIRS_PATH
- ALLUXIO_RAM_FOLDER
If neither of these environment variables is set, and the docker container i
In tests it could be ok to have copy/paste code but I believe that in common estimator checks we could remove the boilerplate of datasets generation for each test by creating a common fixture. Apart from that we could reduce the number of instances of the dataset(s) in order to speed up the e
Based on this: https://pachyderm-users.slack.com/archives/GJSKMC0F6/p1588199373044100
Add a list of ports that need to be exposed to the outside world to make Pachyderm accessible.
With the addition of OIDC support in 1.11 another port will be likely be added to this list.
-
Updated
Apr 25, 2020 - Jupyter Notebook
-
Updated
May 6, 2020 - Python
Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj
Hi,
I'm testing a knowledge repo implementation for our team using a git backend. Until know I could manage the deploy and Oauth using github, but I have an annoying problem of insistent and multiple request of my git user and password (no restart involved). I'm using the flask engine (and sqlite database). After the d
-
Updated
May 9, 2020 - R
-
Updated
May 8, 2018 - Jupyter Notebook
I'm using latest pyod version on pypi. How to generate simulated data where x-axis is time? Thank you.
-
Updated
Jun 13, 2020 - JavaScript
I don't know what went wrong.When I enter "./xlearn_train ./small_train.txt", it comes up "[ WARNING ] Validation file not found, xLearn has already disable early-stopping."
-
Updated
May 27, 2020
-
Updated
Feb 10, 2020 - Python
Plotnine is different from ggplot2 in this regard.
Reference: https://stackoverflow.com/questions/59024019/add-text-to-figure-using-pythons-plotnine
Hi again,
a second issue I ran into is related to the userguide:
The example for Grouping on calculated columns regarding binning doesn't compile in v0.37.3 and apart from that doesn't lead to a reasonable result, as far as I see.
- Compilation isn't possible, as bin() returns a DoubleColumn (even if c
I'm using Tad Version 0.8.5 (0.8.5) on MacOS 10.13.4.
Tad doesn't appear to respond to the system shortcut to hide the current window (Cmd-H). I think it should for parity with other native MacOS apps.
-
Updated
Jun 13, 2020 - 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."
Not sure when this happened but i love the new left-hand side navigation https://scikit-learn.org/dev/user_guide.html
(@adrinjalali did this maybe?)

However, when clicking the different entries, the result is inconsistent. For some, it shows a TOC that expands the existing toc with m