data-analysis
Here are 8,787 public repositories matching this topic...
We recently added new Gauge chart(Echarts) to our library, which is great as MVP. Thanks to @krsnik93
Here are some enhancement requests to make the chart more robust. we can either make the improvement in Superset or Echarts.
Request
- Add tooltips to 'needles' - p1
- Add (dynamic)time range filter, not the entire time section - p1 (4/17/2021 Time section is added, need to m
See this comment from a previous pull request I submitted: pandas-dev/pandas#41524 (comment)
Just need to add , optional, so opening as good first issue
The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
May 21, 2021 - Clojure
Summary
When import streamlit and supervisely_lib together in a project there occurs a TypeError.
Steps to reproduce
Code snippet:
import streamlit as st
import supervisely_lib as sly
If applicable, please provide the steps we should take to reproduce the bug:
- run the code with streamlit run ...
- see error/traceback when you open the streamlit page
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
-
Updated
May 20, 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
Roadmap to becoming an Artificial Intelligence Expert in 2021
-
Updated
Apr 16, 2021 - JavaScript
To Reproduce
Configure a reconciliation service that returns URIs as IDs.
Hovering over reconciliation suggestions, automatically matched values and manually mapped values will fail to retrieve the preview information as ID contained in the callback is truncated.
Open Machine Learning Course
-
Updated
May 7, 2021 - Python
Create HTML profiling reports from pandas DataFrame objects
-
Updated
May 19, 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
Practice your pandas skills!
-
Updated
Mar 20, 2021 - Jupyter Notebook
A Python Package to Tackle the Curse of Imbalanced Datasets in Machine Learning
-
Updated
May 16, 2021 - Python
Alluxio, data orchestration for analytics and machine learning in the cloud
-
Updated
May 21, 2021 - Java
Reproducible Data Science at Scale!
-
Updated
May 21, 2021 - Go
Repository of teaching materials, code, and data for my data analysis and machine learning projects.
-
Updated
Oct 15, 2020 - Jupyter Notebook
GoPlus - The Go+ language for data science
-
Updated
May 21, 2021 - Go
A next-generation curated knowledge sharing platform for data scientists and other technical professions.
-
Updated
May 4, 2021 - Python
-
Updated
Jul 11, 2020 - Python
A curated list of awesome R packages, frameworks and software.
-
Updated
May 12, 2021 - R
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
利用Python进行数据分析 第二版 (2017) 中文翻译笔记
-
Updated
May 8, 2018 - Jupyter Notebook
Web-based SQL editor run in your own private cloud. Supports MySQL, Postgres, SQL Server, Vertica, Crate, ClickHouse, Trino, Presto, SAP HANA, Cassandra, Snowflake, BigQuery, SQLite, and more with ODBC
-
Updated
Apr 28, 2021 - JavaScript
AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
-
Updated
May 21, 2021 - Python
人工智能学习路线图,整理近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
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
Jan 28, 2021 - C++
Missing data visualization module for Python.
-
Updated
Apr 27, 2021 - Python
A grammar of graphics for Python
-
Updated
May 19, 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__.