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)
Extract fields in python when all we have is their positions and no delimiter
Hi, I have .txt file for public data in this format with no delimiters. All I have is the headers of the fields based on their positions. Example:
1- 2 FIPS State code (00 for US reco...
Gayatri
Votes: 0
Answers: 0
Remove a column in dataframe if a particular value meets a condition in R
After a lot of research, I'm struggling to do what should be straightforward in R. I am trying to delete columns only (not rows) if a value from a particular row and particular column meets a conditio...
will brown
Votes: 0
Answers: 2
scrapping data - urlopen error [errno 11001] getaddrinfo Failed
I getting <urlopen error [errno 11001] getaddrinfo Failed> error while trying to scrape data from a website. Can somebody help me with this error. I am new to Python coding.
here is the code :-
...
Raghu
Votes: 0
Answers: 0
How to append many range of subset to a new dataframe after some filtering?
I have a subset (type <class 'list'>) which contain many subdataframe(subset[0],subset[1],subset[2]......so on).I want to do some filtering on each subset and after filtering i want to append it...
mathew
Votes: 0
Answers: 1