Skip to content

Commit 7dd4b14

Browse files
- update readme
1 parent 29edc27 commit 7dd4b14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ OUTPUT:
268268

269269
```
270270

271-
# Example
271+
## Example
272272

273-
## Create some fake data
273+
### Create some fake data
274274

275275
Let's create a list of "fake" employees with a name, title and base hourly wage rate.
276276

@@ -297,7 +297,7 @@ df := faker.NewDataFrame(8, src, faker.S("name", 0, "Name"), faker.S("title", 0.
297297
+-----+----------------+----------------+-----------+
298298
```
299299

300-
## Apply Function
300+
### Apply Function
301301

302302
Let's give a promotion to everyone by doubling their salary.
303303

@@ -329,7 +329,7 @@ dataframe.Apply(ctx, s, applyFn, dataframe.FilterOptions{InPlace: true})
329329
```
330330

331331

332-
## Create a Time series
332+
### Create a Time series
333333

334334
Let's inform all employees separately on sequential days.
335335

@@ -361,7 +361,7 @@ df.AddSeries(mts, nil)
361361
+-----+----------------+----------------+-----------+--------------------------------+
362362
```
363363

364-
## Filtering
364+
### Filtering
365365

366366
Let's filter out our sernior employees (they have titles).
367367

0 commit comments

Comments
 (0)