Timeline for How to make good reproducible pandas examples
Current License: CC BY-SA 4.0
Post Revisions
29 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 26, 2024 at 16:38 | comment | added | wjandrea | Related: Fastest method to post a pandas dataframe from Jupyter Notebooks into a Stack Overflow problem? | |
| Dec 11, 2023 at 17:10 | history | edited | wjandrea | CC BY-SA 4.0 |
not a question, grammatically
|
| Dec 8, 2023 at 13:56 | history | edited | desertnaut | CC BY-SA 4.0 |
edited title
|
| Dec 8, 2023 at 13:23 | history | protected | Hovercraft Full Of Eels | ||
| Sep 7, 2023 at 17:55 | history | edited | wjandrea | CC BY-SA 4.0 |
Panel was removed in Pandas 0.25; no answers cover it so might as well drop it.
|
| S Aug 29, 2023 at 23:14 | history | notice removed | Makyen♦ | ||
| S Aug 29, 2023 at 23:14 | history | unlocked | Makyen♦ | ||
| Aug 26, 2019 at 15:12 | history | reopened | Jon Clements | ||
| S Nov 25, 2018 at 10:50 | history | notice added | user3956566 | Wiki Answer | |
| S Nov 25, 2018 at 10:50 | history | locked | CommunityBot | ||
| S Nov 25, 2018 at 10:50 | history | notice removed | user3956566 | ||
| S Nov 25, 2018 at 10:50 | history | unlocked | CommunityBot | ||
| S Nov 25, 2018 at 3:55 | history | notice added | user3956566 | Historical significance | |
| S Nov 25, 2018 at 3:55 | history | locked | CommunityBot | ||
| S Nov 24, 2018 at 20:35 | review | Reopen votes | |||
| Nov 25, 2018 at 4:00 | |||||
| Nov 24, 2018 at 20:34 | history | closed |
Mureinik You Old Fool Jean-François Fabre♦ davidism Patrick Roberts |
Not suitable for this site | |
| Nov 24, 2018 at 16:05 | review | Close votes | |||
| S Nov 24, 2018 at 20:35 | |||||
| Feb 7, 2018 at 1:42 | review | Close votes | |||
| Feb 11, 2018 at 0:01 | |||||
| May 23, 2017 at 11:54 | history | edited | URL Rewriter Bot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
| Dec 16, 2016 at 17:57 | answer | added | sds | timeline score: 26 | |
| Sep 4, 2016 at 10:55 | history | edited | Marius | CC BY-SA 3.0 |
added 26 characters in body
|
| Jul 19, 2016 at 18:35 | answer | added | piRSquared | timeline score: 74 | |
| Sep 12, 2015 at 7:06 | answer | added | Alexander | timeline score: 48 | |
| May 24, 2015 at 14:22 | answer | added | JohnE | timeline score: 107 | |
| Nov 25, 2013 at 4:58 | vote | accept | Marius | ||
| Nov 23, 2013 at 6:19 | answer | added | Andy Hayden | timeline score: 503 | |
| Nov 20, 2013 at 23:51 | comment | added | Paul H |
In addition to what Andy said, I think copy-pasting df.head(N).to_dict(), where N is some reasonable number is a good way to go. Bonus +1's for adding pretty-line breaks to the output. For timestamps, you'll typically just need to add from pandas import Timestamp to the top of the code.
|
|
| Nov 20, 2013 at 23:39 | comment | added | Andy Hayden | If you copy the output of printing, most of the time answerers can use read_clipboard()... except for MultiIndex :s. Saying that, dict is good addition | |
| Nov 20, 2013 at 23:31 | history | asked | Marius | CC BY-SA 3.0 |