Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 722 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 722 Bytes

100knocks

データサイエンス100本ノック(構造化データ加工編)をF#とDeedleで解いたもの。

VS Codeの.NET Interactive Notebooksを使っている。

問題点の指摘、別解の提案を歓迎する。Issueとして上げて頂いても、pull requestを寄せて下さってもよい。

VSCodeで使うためにDeedle Formatting Extension For .NET Interactiveを参考にして、次のコードを入れている。将来は要らなくなるかも知れない。

#i "nuget:https://www.myget.org/F/gregs-experimental-packages/api/v3/index.json"
#r "nuget:Deedle.DotNet.Interactive.Extension,0.1.0-alpha8"