Timeline for pandas creating new table from two tables
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 21, 2018 at 1:01 | history | edited | sacuL | CC BY-SA 4.0 |
added 2 characters in body
|
| May 21, 2018 at 0:57 | vote | accept | clumbzy1 | ||
| May 21, 2018 at 0:57 | vote | accept | clumbzy1 | ||
| May 21, 2018 at 0:57 | |||||
| May 21, 2018 at 0:55 | comment | added | clumbzy1 | I see!! . Ya, My way took forever b/c i had to turn everything to string.. Thank you | |
| May 21, 2018 at 0:50 | comment | added | sacuL |
See my edit, you can just add that last line. This isn't the only way to do things, and you could probably come up with a way using pd.to_datetime(), but I believe this is an efficient way to get what you are looking for!
|
|
| May 21, 2018 at 0:49 | history | edited | sacuL | CC BY-SA 4.0 |
added 300 characters in body
|
| May 21, 2018 at 0:42 | comment | added | clumbzy1 | yes, it works but I think the date formatting is wrong because we had to use pandas.datetime() and produce the date shown in the chart above. I thought the using datetime() printed but i did not know it stored the value. So I think we had to make a new list so it is able to store it? | |
| May 21, 2018 at 0:41 | history | edited | sacuL | CC BY-SA 4.0 |
added 957 characters in body
|
| May 21, 2018 at 0:34 | history | answered | sacuL | CC BY-SA 4.0 |