Skip to content

Commit

Permalink
removed compiler warrning from readcsv
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzhu committed Aug 15, 2018
1 parent 3003e6f commit 341c72c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Deedle/FrameExtensions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ type Frame =
/// * `maxRows` - Specifies the maximum number of rows that will be read from the CSV file
///
/// [category:Input and output]
[<CompilerMessage("This method is not intended for use from F#.", 10001, IsHidden=true, IsError=false)>]
static member ReadCsv
( location:string, [<Optional>] hasHeaders:Nullable<bool>, [<Optional>] inferTypes:Nullable<bool>, [<Optional>] inferRows:Nullable<int>,
[<Optional>] schema, [<Optional>] separators, [<Optional>] culture, [<Optional>] maxRows:Nullable<int>,
Expand Down Expand Up @@ -127,7 +126,6 @@ type Frame =
/// as missing when reading the file. The default value is: "NaN"; "NA"; "#N/A"; ":"; "-"; "TBA"; "TBD".
///
/// [category:Input and output]
[<CompilerMessage("This method is not intended for use from F#.", 10001, IsHidden=true, IsError=false)>]
static member ReadCsv
( stream:Stream, [<Optional>] hasHeaders:Nullable<bool>, [<Optional>] inferTypes:Nullable<bool>, [<Optional>] inferRows:Nullable<int>,
[<Optional>] schema, [<Optional>] separators, [<Optional>] culture, [<Optional>] maxRows:Nullable<int>,
Expand Down

0 comments on commit 341c72c

Please sign in to comment.