4 questions from the last 7 days
2
votes
3
answers
85
views
Python packages installation - pandas & nympy
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 ...
1
vote
2
answers
97
views
pandas last 3 weeks same day average in groups
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 ...
-2
votes
2
answers
89
views
Pandas is saving a column as a float even though I converted to str using .astype [closed]
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 ...
Advice
0
votes
1
replies
37
views
Pandas segfaults when attempting to read a multi-line cell
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 ...