Skip to content

Commit

Permalink
fix docs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-isaacs committed Jan 13, 2025
1 parent f66ad95 commit 501d636
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pyvortex/src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,6 @@ use crate::{PyArray, TOKIO_RUNTIME};
/// null
/// ]
///
/// Read just the name column, by its index:
///
/// >>> d = vortex.io.read_path("a.vortex", projection = [1])
/// >>> d.to_arrow_array()
/// <pyarrow.lib.StructArray object at ...>
/// -- is_valid: all not null
/// -- child 0 type: string_view
/// [
/// "Joseph",
/// null,
/// "Angela",
/// "Mikhail",
/// null
/// ]
///
///
/// Keep rows with an age above 35. This will read O(N_KEPT) rows, when the file format allows.
///
Expand Down

0 comments on commit 501d636

Please sign in to comment.