Skip to main content
2 votes
3 answers
85 views

I have read close to all posts about this topic now but I can get it working, so sorry if you find this similar to other questions, but I can't just solve it based on existing posts. I find it very ...
NewDev's user avatar
  • 99
1 vote
2 answers
97 views

I have a dataset with a column of groups, dates, day of the week and some data columns. For each date in each group, I want to work out the same day average from the last 3 weeks. I've been scratching ...
Emi OB's user avatar
  • 3,405
-2 votes
2 answers
89 views

I am trying to save a string that will be used as a formula in google sheets. import os import re from pathlib import Path import pathlib import glob import gspread from pydrive2.auth import ...
Steve's user avatar
  • 7
Advice
0 votes
1 replies
37 views

I have a set of TSV files that are filled by serializing pandas dataframes built on the responses I get from querying a large database using GraphQL. In the response I get, I have a field that hosts ...
jhlegarreta's user avatar