Skip to content
Advertisement

Printing pandas df without column name

I’ve been trying to open a .csv, read it in pandas, and print it without the column name. The code I have

JavaScript

Outputs something like this

JavaScript

How would I make it so values equal only 12343 and not Value 12343

Advertisement

Answer

Try:

JavaScript
User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement