Skip to content

Tag: list

occurrence of specific character in multiple strings

The multiple strings that needed to be searched are stored in a file values.txt (the Input File) which for example contains information as follows: I’m trying to count the occurrence of V in every line for index[x], x being the position of a character in every line. For example, there are 10 “V&#8…

Create a DataFrame from list in lists (Pandas)

I´m having trouble creating a dataframe on my list. The list contains four columns, but instead it says on presente one column with data: The list itself is presented in this way: I know there is something happening due to the double [], but i can´t figure it out. Can´t someone help me? Here is the code so fa…