#Reading and updating .csv in Java
1 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @remote nova! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
Generally for me I find it relatively simple to make a parser. I use either buffered reader or scanner to read in each line, then use .split to separate values based on commas
Depends on the use case, though if you are used to using data frames you may want to look into using a HashMap as that is the data structure most similar to a dataframe
No, HashMaps are not at all similar to pandas dataframes