python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Pandas read_excel with formulas and get values
So, I had some code running that opened a series of excel files and converted to dataframes using pd.read_excel, no issues. Just today, the files are now all displaying NaN instead of values. The ex...
John Taylor
Votes: 0
Answers: 1
How to download a csv file in Python
I am trying to download a csv file from the url
https://qubeshub.org/publications/1220/supportingdocs/1#supportingdocs .
the file is Elephant Morphometrics and Tusk Size-originaldata-3861.csv
I have t...
Mossman
Votes: 0
Answers: 3
Remove duplicate data based on the same unix time
multiple data on the same date. I am trying to remove the multiple data and have the data aligned based on the unix time given,
I tried using remove duplicate but its not working
time x...
user191762
Votes: 0
Answers: 1
How to set list of values present in pandas dataframe, based on groupby key?
I am using pandas.dataframe in python code to find total pending_count & list of ticket_ids for a priority (based on priority) as below.
df = pd.DataFrame({'priority': priority,
...
Tanuj Kathuria
Votes: 0
Answers: 1