rocketlaunchr / dataframe-go

DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration
Other
1.16k stars 93 forks source link

Update README.md #36

Closed lgyaxx closed 4 years ago

lgyaxx commented 4 years ago

Clarify what options can be passed into iterator function since default behavior is to return a map with both the order of the series and the name of the series.

pjebs commented 4 years ago

@lgyaxx Can you update the godoc instead?

The readme is not meant to be a comprehensive manual. It's just a sneak peak of the features. It's actually already too big. I will probably to trim it soon.

pjebs commented 4 years ago

@propersam I know you suggested a manual for a wiki page. GORM has a manual with it's own website. Maybe we can do that as a Hugo site

lgyaxx commented 4 years ago

@lgyaxx Can you update the godoc instead?

The readme is not meant to be a comprehensive manual. It's just a sneak peak of the features. It's actually already too big. I will probably to trim it soon.

Sure, submitted a new PR that updated the doc. A separate site with detailed docs seems to be a good idea, looking forward to seeing this.