data-analysis
Here are 7,474 public repositories matching this topic...
Screenshot
N/A
Description
Right now whenever users search for queries they are case sensitive. We should remove this to allow users to put in term with any cases
Design input
[describe any input/collaboration you'd like from designers, and
tag accordingly. For design review, add the
label design:review. If this includes a design proposal,
include the label `design:suggest
examples from https://travis-ci.org/github/pandas-dev/pandas/jobs/746072525
We have this output coming from our fixtures (we startup a http endpoint to test things), but the output is totally unecessary / distracting.
127.0.0.1 - - [26/Nov/2020 13:35:25] "PUT /pandas-test/items.jsonl HTTP/1.1" 200 -
127.0.0.1 - - [26/Nov/2020 13:35:25] "PUT /pandas-test/simple_dataset.feather HTTP/1.1"
The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
Nov 28, 2020 - Clojure
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
-
Updated
Nov 25, 2020 - C
Streamlit — The fastest way to build data apps in Python
-
Updated
Nov 28, 2020 - Python
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
The options "Include Schema" and "Include Contents" in the SQL exporter dialog can be a bit mysterious for users.
Proposed solution
Just like concrete SQL commands are included in the UI text elsewhere in the dialog ("DROP"), we could expand these phrases to mention the corresponding SQL commands ("CREATE TABLE", "INSERT").
Alternatives considered
We could also drop the mention
Open Machine Learning Course
-
Updated
Oct 1, 2020 - Python
Roadmap to becoming an Artificial Intelligence Expert in 2020
-
Updated
Nov 14, 2020 - JavaScript
Create HTML profiling reports from pandas DataFrame objects
-
Updated
Nov 19, 2020 - 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
Practice your pandas skills!
-
Updated
Nov 19, 2020 - Jupyter Notebook
Repository of teaching materials, code, and data for my data analysis and machine learning projects.
-
Updated
Oct 15, 2020 - Jupyter Notebook
Improve examples such that they are more incremental (in the import etc) without following strictly PEP8. It will make it nicer to read on the gallery generated online.
Alluxio, data orchestration for analytics and machine learning in the cloud
-
Updated
Nov 28, 2020 - Java
Reproducible Data Science at Scale!
-
Updated
Nov 27, 2020 - Go
A next-generation curated knowledge sharing platform for data scientists and other technical professions.
-
Updated
Nov 24, 2020 - Python
-
Updated
Jul 11, 2020 - Python
A curated list of awesome R packages, frameworks and software.
-
Updated
Nov 23, 2020 - R
GoPlus - The Go+ language for data science
-
Updated
Nov 28, 2020 - Go
利用Python进行数据分析 第二版 (2017) 中文翻译笔记
-
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.
Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, ClickHouse, Presto, SAP HANA, Cassandra, Snowflake, BigQuery, SQLite, and more with ODBC
-
Updated
Nov 28, 2020 - JavaScript
High performance, easy-to-use, and scalable machine learning (ML) package, including linear model (LR), factorization machines (FM), and field-aware factorization machines (FFM) for Python and CLI interface.
-
Updated
Jul 6, 2020 - C++
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
-
Updated
Feb 6, 2020
AkShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
-
Updated
Nov 28, 2020 - Python
Missing data visualization module for Python.
-
Updated
Nov 23, 2020 - Python
https://igel.readthedocs.io/en/latest/_sources/readme.rst.txt includes a link to the assets/igel-help.gif, but that path is broken on readthedocs.
readme.rst is included as ../readme.rst in the sphinx build.
The gifs are in asses/igel-help.gif
The sphinx build needs to point to the asset directory, absolutely:
.. image:: /assets/igel-help.gif
I haven't made a patch, because I haven't
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."


Most functions in
scipy.linalgfunctions (e.g.svd,qr,eig,eigh,pinv,pinv2...) have a default kwargcheck_finite=Truethat we typically leave to the default value in scikit-learn.As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a