Click here to Skip to main content
15,905,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have some code in python I'd like to convert to Java but I'm having trouble finding an alternative to pandas.

import pandas as pd
myFile = 'myFile.csv'
dataFrame = pd.DataFrame(pd.read_csv(myFile))

and I'd like to use some pandas resources like .head, .tail, .index and .loc

Any suggestions would be appreciated, thanks!

What I have tried:

I've tried searching for alternatives or java implementations of pandas but I haven't really found anything sufficient.
Posted
Updated 1-Oct-20 23:13pm

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900