File tree Expand file tree Collapse file tree 2 files changed +20
-24
lines changed Expand file tree Collapse file tree 2 files changed +20
-24
lines changed Original file line number Diff line number Diff line change 1- # Getting started
2-
3- ## Getting Super Powers
4-
5- Becoming a super hero is a fairly straight forward process:
6-
7- ```
8- $ give me super-powers
9- ```
10-
11- {% hint style="info" %}
12- Super-powers are granted randomly so please submit an issue if you're not happy with yours.
13- {% endhint %}
14-
15- Once you're strong enough, save the world:
16-
17- {% code title="hello.sh" %}
18- ``` bash
19- # Ain't no code for that yet, sorry
20- echo ' You got to trust me on this, I saved the world'
21- ```
22- {% endcode %}
23-
24-
1+ # Initial page
252
Original file line number Diff line number Diff line change 1+ ---
2+ description : Return a random sample of items from an axis of object.
3+ ---
4+
15# danfo.Series.sample
26
7+ Gets \[ num\] number of random rows in a Series
8+
9+ **parameter:** {rows} Number of rows to return
10+
11+ **return:** Series
12+
13+ ** Example**
14+
15+ ``` javascript
16+ let config = { columns: this .column_names }
17+ return new Series (this .values , config)
18+ ```
19+
20+
21+
You can’t perform that action at this time.
0 commit comments