Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Krishnan Sanjay
/
cmsc13600-public
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Pipelines
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5f300a1a
authored
May 22, 2019
by
Krishnan Sanjay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
8f3bf250
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hw3/README.md
hw3/README.md
View file @
5f300a1a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment