Posts by zorNe • 3 points
4 posts
-
0
votes1
answer102
viewsQ: Read/manipulate file name error: Attributeerror: 'list' Object has no attribute 'Seek'
Hello ! I am trying to create a code in which to read a zipped file and extract all the folders inside this zip. The first point is that this downloaded zip file always comes with a random name of…
-
0
votes1
answer110
viewsQ: Execution error in cx_Freeze
I am trying to make an executable of a script that I did where the program performs, in summary, the following tasks: 1 - Receives input from the operator 2 - Create some folders based on the…
-
0
votes0
answers172
viewsQ: Error: Attributeerror: 'Nonetype' Object has no attribute 'write'
I performed some operations on a dataframe by the pandas but I need to keep some cells of an xlsx with a formula. For this I imported a library xlsxwriter but I am not able to evolve my script…
-
0
votes1
answer492
viewsQ: Attributeerror: 'Nonetype' Object has no attribute 'Insert' - Trying to insert a column
Good morning ! I’m new in python and I’m trying to build a script that deletes some lines and includes a column in a dataframe only that for some reason I can’t understand it returns this error.…