Open
Description
type sql = SqlDataProvider<"Data Source=SFORKMANN;Initial Catalog=UWW;Integrated Security=True">
let ctx = sql.GetDataContext()
let debtData =
query {for x in ctx.``[dbo].[Test$USDebt]`` do
select (x.Year,x.Debt) }
|> Frame.ofRecords
|> Frame.indexColsWith ["Year"; "Debt"]
|> Frame.indexRowsInt "Year"
|> Frame.dropSeries "Year"
It would be super duper awesome if we could find a way for Deedle to infer the column names. Frame.indexColsWith ["Year"; "Debt"] feels a bit strange.
// cc @tpetricek
PS: this type provider ROCKKKS!
Metadata
Assignees
Labels
No labels