Skip to content
#

data-analysis

Here are 8,011 public repositories matching this topic...

superset
junlincc
junlincc commented Feb 9, 2021

User now can change X AXIS FORMAT in time series charts and see date format on rich tooltip. However, the first date of the month is always missing its full time format in tooltip. (e.g. 1/1/2021 is displayed as Jan 2021) see video

https://user-images.githubusercontent.com/67837651/107318140-ef522c80-6a50-11eb-9447-3ee3be094592.mov

<img width="294" alt="Screen Shot 2021-02-08 at 9 05 58 PM"

jpcam
jpcam commented Feb 8, 2021

Typically financial data is ordered by columns in reverse chronology ie columns '2020', '2019', '2018', '2017'.. But we need the pct_change function in reverse order. Looking at the Pandas reference (last example): https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.pct_change.html?highlight=pct_change#pandas.DataFrame.pct_change

df.pct_change(axis='columns')

wjaskowski
wjaskowski commented Dec 22, 2020

Summary

When a function has print('sth', file=sys.stderr) in the body I get:

InternalHashError: [Errno 2] No such file or directory: '<stderr>'

While caching the body of eval_models_on_all_data(), Streamlit encountered an object of type _io.TextIOWrapper, which it does not know how to hash.

Steps to reproduce

Code snippet:

@st.cache
def f():
   prin
Christilut
Christilut commented Nov 6, 2019

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

ChadFulton
ChadFulton commented Sep 11, 2019

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.ARIMA works with fix_params (it should fail except when the fit method is statespace

人工智能学习路线图,整理近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
igel
evelynmitchell
evelynmitchell commented Oct 9, 2020

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.

Curate this topic

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."

Learn more