data-analysis
Here are 7,304 public repositories matching this topic...
Hello,
I want to show euros values on dashboard. But only the $ format are enable. When i changed the $ symbol to € i obtained an error.
How can I show euros value in a chart ?
I want something like "y_axis_format": "$,.2f" ==> to "y_axis_format": ",.2f€"
Regards,
Zied Sellami
create a mi
In [13]: mi = pd.MultiIndex.from_product([[1,2,3], list('abc'), pd.date_range('20200101', periods=2, tz='UTC')], names=['int', 'string', 'dt'])
You can already get .dtypes, but is slightly cumbersome. I would propose adding Multidex.dtypes (we already have MultiIndex.dtype but its always object). I think this is worth the convenience api.
The simplest, fastest way to get business intelligence and analytics to everyone in your company
-
Updated
Nov 2, 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
Oct 30, 2020 - 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 are missing a <label> tag properly associated with radio buttons in the reconciliation dialog. We should check that all labels are correctly marked as such on this dialog.
To Reproduce
Steps to reproduce the behavior:
- First, click "Reconcile" -> "Start reconciling" and choose a service
- Then, click on the text "Reconcile against no particular type" (not the radio button, the te
Open Machine Learning Course
-
Updated
Oct 1, 2020 - Python
Create HTML profiling reports from pandas DataFrame objects
-
Updated
Oct 27, 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
Oct 28, 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 2, 2020 - Java
Reproducible Data Science at Scale!
-
Updated
Nov 2, 2020 - Go
A next-generation curated knowledge sharing platform for data scientists and other technical professions.
-
Updated
Oct 24, 2020 - Python
-
Updated
Jul 11, 2020 - Python
A curated list of awesome R packages, frameworks and software.
-
Updated
Oct 30, 2020 - R
利用Python进行数据分析 第二版 (2017) 中文翻译笔记
-
Updated
May 8, 2018 - Jupyter Notebook
GoPlus - The Go+ language for data science
-
Updated
Nov 2, 2020 - Go
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 1, 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++
Missing data visualization module for Python.
-
Updated
Oct 1, 2020 - 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
AkShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
-
Updated
Nov 2, 2020 - Python
Curated list of Python resources for data science.
-
Updated
Oct 26, 2020
A grammar of graphics for Python
-
Updated
Oct 20, 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."



Describe the workflow you want to enable
A parameter accepting custom bin edges as an array.
Describe your proposed solution
Use pd.cut() under the hood or any other computa