Commit 5f300a1a by Krishnan Sanjay

Update README.md

parent 8f3bf250
Showing with 1 additions and 1 deletions
......@@ -302,7 +302,7 @@ Here is how we intend the `ETL` class to be used. You can create DataFrame and c
For example, the add() function creates a new column with a specified value. We might want to add a new colum to represent ages:
```
>> etl.add(colname="age", 0)
>> etl.add("age", 0)
>> etl.df
first_name last_name age
0 Bob Stewart 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment