Posts by tanaka • 105 points
2 posts
-
0
votes1
answer322
viewsQ: Conversion to date Postgresql
Hello, I am working with a database that has date information stored in a varchar(50) as in the following example: "2012 December 2 18:37". I need to do research based on time intervals. However, I…
-
0
votes1
answer300
viewsQ: Print dictionary using matplotlib
Hello, I have a dictionary of the type: and I would like to print a line chart with the key k as x and v as y. tried a lot of things but keep getting errors: plt.plot(lr.keys(),lr.values())…