Skip to content

Commit

Permalink
data searching example
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjdyck committed Nov 24, 2019
1 parent 173c9d4 commit dea8388
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/search_data.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import statscanpy as scp
import pprint as pp

# Search for farm debt
search = scp.datasearch('labour force')
search.print_results()

0 comments on commit dea8388

Please sign in to comment.