Posts by Frybii • 43 points
4 posts
-
2
votes1
answer705
viewsQ: How to remove blanks
I have a list and need to remove blanks. I am using replace, but does not take the space from the beginning of the string after the minus sign, only from the end. This space is not a character?…
-
0
votes1
answer53
viewsQ: How to move the title from one column to another?? (web scraping-python)
I’m trying to make a web scraping, but if you view the site you notice that certain titles are on certain columns. What my program does is take the table, create two full columns of Nan and assign…
-
-1
votes1
answer90
viewsQ: Problems with CSV file (python)
I am using a basic code of a channel, but I would like to remove the data quarterly, so I changed the link of the original code only, but when trying to run the program I have a problem, I am…
-
1
votes2
answers1848
viewsQ: Recognize enter key in C
I’m trying to make a code that only prints the third to a typed string, but my program is endless, how to recognize the given enter for the program to end? #include <stdio.h> #include…