-1

I'm trying to import some values from a csv-file to a numpy array in python. So far I've read the CSV-file with pandas but I can't succeed with creating a numpy array with the values from the csv columns.

Pika Supports Ukraine
  • 3,612
  • 10
  • 26
  • 42
Thomas
  • 1
  • 1

1 Answers1

0

Just found the answer. Just had to use DataFrame.values

Thomas
  • 1
  • 1