Skip to content

Commit 71383e1

Browse files
risenWgitbook-bot
authored andcommitted
GitBook: [master] 2 pages modified
1 parent c0913d8 commit 71383e1

File tree

2 files changed

+20
-24
lines changed

2 files changed

+20
-24
lines changed

README.md

+1-24
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,2 @@
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 numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
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+

0 commit comments

Comments
 (0)