"[Solved] Reading a select range of rows in an excel (.csv) f"

LhalesLhales MemberPosts:1Contributor I
edited June 2019 inHelp
我的生活我不能得到这个s most simple concept to work. I have a .csv spreadsheet with 308,000 rows in it. Obviously too big to read in and analyzer. Rather than going into excel and making my own small spreadsheet I'd just like to use read csv and then tell it to use row one as the names and then supply a range of rows to read in. I can't get anything to actually work. Thanks Lynn
Tagged:

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, MemberPosts:1,869Unicorn
    Hi Lynn,

    reading only parts of a csv file is currently not possible with RapidMiner. If you are dealing with large amounts of data from which you may want to access only parts, you should consider to setup a database.

    Best regards,
    Marius
Sign InorRegisterto comment.