Andrew Schonfeld

Results 11 issues of Andrew Schonfeld

I'm thinking this hotkey (Command+Z) will undo filters, sorts & built columns. Other things like replacements cannot be undone because we don't save the previous state of the dataframe before...

help wanted
BackEnd

[Automating the DCF Valuation. Using a Monte Carlo Simulation to… _ by Andrew Cole _ Jul, 2020 _ Towards Data Science.pdf](https://github.com/man-group/dtale/files/5032037/Automating.the.DCF.Valuation.Using.a.Monte.Carlo.Simulation.to._.by.Andrew.Cole._.Jul.2020._.Towards.Data.Science.pdf)

enhancement
UI
BackEnd

@aschonfeld, it could also be useful to be able to add color bars for date or value ranges. Here's a matplotlib example from PyMC3. ![image](https://docs.pymc.io/_images/notebooks_GLM-rolling-regression_24_0.png) _Originally posted by @mindlessbrain in...

Additionally, I loved the linked behaviour of the "Correlations" popup. Do you think it's possible to have a tool for building linked charts? (perhaps this should be on a new...

D-Tale is a visualizer for pandas dataframes & xarray datasets that is quickly gaining steam with the data science community :)

Just wanted to add a cool COVID-19 visualization that you can making using this free pandas visualizer, D-Tale. The nbviewer link I added in the README won't work until you...

When there are so many variables, it can be really tiring to choose each one one by one. It would be great if there was an option to select all...

As detailed [here](https://github.com/man-group/dtale/issues/798)

I can see that "nan" is always a value, regardless of what options are passed. Is it possible for it to use only the options given? _Originally posted by @DiegoF90...

Say we have a symbol which has a time series index with no name. ``` import pandas as pd df = pd.DataFrame(dict(foo=[1,2,3], bar=[4,5,6])) df = df.reindex([pd.Timestamp('20230101'), pd.Timestamp('20230102'), pd.Timestamp('20230103')]) df.index ```...

enhancement