-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: notebook-6.4.3-py3-none-any.whl: b50eafa8208d5db966efd1caa4076b4dfc51815e02a805b32ecd717e9e6cc071 notebook-6.4.3.tar.gz: e6b6dfed36b00cf950f63c0d42e947c101d4258aec21624de62b9e0c11ed5c0d
- Loading branch information
1 parent
e1337ec
commit 021f836
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
021f836
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#putting it to a Dataframe name "cluster_norm"
cluster_norm = pd.DataFrame(cluster_norm)
cluster_norm.columns = ['THICKNESS', 'W/O', 'L/S', 'Chill Roll Temp.', 'MD10', 'MD11', 'MD12', 'MD13', 'MD14', 'MAIN', 'CO EX 1', 'CO EX 2', 'CO EX 3', 'CO EX 4', 'Water Bath Temp.']
cluster_norm.head()
NameError Traceback (most recent call last)
in
1 #putting it to a Dataframe name "cluster_norm"
----> 2 cluster_norm = pd.DataFrame(cluster_norm)
3 cluster_norm.columns = ['THICKNESS', 'W/O', 'L/S', 'Chill Roll Temp.', 'MD10', 'MD11', 'MD12', 'MD13', 'MD14', 'MAIN', 'CO EX 1', 'CO EX 2', 'CO EX 3', 'CO EX 4', 'Water Bath Temp.']
4 cluster_norm.head()
NameError: name 'cluster_norm' is not defined
021f836
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why it is showing error and how we can fix this error