Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • Yes, but then I should make some CSV file first. Is there something way to make DataFrame without making csv file first. The scraped output is only in CSV format. Commented Mar 14, 2017 at 19:54
  • @JuhoM well you said your data is in csv format. what is the exact format of your data coming from the scrapper Commented Mar 14, 2017 at 19:59
  • What format is your data currently in? Do you have it as a string? Commented Mar 14, 2017 at 20:05
  • I'm sorry, confusing expression from me. I scraped the data from website and the output datatype is "<class 'str'>". I edited the first post so you can see my code. Commented Mar 14, 2017 at 20:13
  • @JuhoM I edited my answer to support converting strings directly Commented Mar 14, 2017 at 20:31