I have a dataframe with a Date column that has datetime objects in it. I can extract the month and year from the Date column and store them in columns of the re
I have some questions related to creating and displaying a graph created with the TGF extension. Is it enough to describe my graph in this manner into a blank
I wanted some advice for the following contract function giving a possible overflow. Assert or require input spit back "ParserError: Expected ',' but got identi
I've been messing around with JSON for some time, just pushing it out as text and it hasn't hurt anybody (that I know of), but I'd like to start doing things pr
I have a prometheus metric with labels declared like errors_total = prometheus_client.Counter("errors_total", "Total errors", ["source", "code]) errors_total.la
I want to do this: id desc status con 1 hi 2 b 2 hi 2 b 3 hell 2 b 4 hell 2 b 5 hell 3 c Imagin I have above table First I want to find rows that where = b, t
This is my views.py: LoginView(APIView): authentication_classes = [SessionAuthentication, BasicAuthentication] permission_classes = [IsAuthenticated]
I am wondering how I could check which currencies the user wants to convert, without making hundreds of "if" statements. Would this have worked better if I had
I have created a REST-API application using Django Rest Framework. The API just converts the data from an existing Read-only Postgres DB to a REST- API to be co