Posts by Felipe Maia • 3 points
2 posts
-
0
votes1
answer654
viewsQ: How to make a chart from a python dictionary
I am wanting to make a graph in python pulling information from a dictionary. In my case is the following, I have an initial and final date, I made the difference between the two. If the difference…
-
0
votes1
answer139
viewsQ: Error with date time
Guys I’m trying to run my code, I’m having the following error: Typeerror: 'datetime.date' Object is not subscriptable How do I fix it? follow my code below: def making_date(self, *args, **kwargs):…