Skip to content

made SelectRows public + modernized syntax#3

Open
aneiosi-orange wants to merge 1 commit intodatumbrain:mainfrom
aneiosi-orange:main
Open

made SelectRows public + modernized syntax#3
aneiosi-orange wants to merge 1 commit intodatumbrain:mainfrom
aneiosi-orange:main

Conversation

@aneiosi-orange
Copy link
Copy Markdown

made DataFrame.SelectRows public because it's an extremely useful function

changed all instances of interface{} to any (shorter and recommended alias)

updated all for loop to use the recommended range syntax

replaced instances of sb.WriteString(fmt.Sprintf(... by the recommended fmt.Fprintf(&sb, ... syntax

replaced ++ increments by more descriptive += 1 syntax

all tests OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant