I’m doing some basic data manipulation, but I’m still learning about this functionality in POSH.
I have a CSV containing the last six months of winning Powerball data and I’d like to manipulate this a bit. I’ve imported it into a variable and one thing I would like to know is how I would take the data out of the WinNums column and split it up by individual number.
I’m interested in creating a function to go through this data and pull out the mode for each individual ball across all drawings. At least, that is where I’d like to start.
Any helpful tips, articles, suggestions on how to accomplish this or learn about doing this with POSH?
Thanks in advance!
submitted by /u/juicy_warturkey
[link] [comments]
The post Manipulating data from a .CSV appeared first on How to Code .NET.