Skip to content

Instantly share code, notes, and snippets.

@arunm8489
Created August 1, 2020 14:16
Show Gist options
  • Save arunm8489/171369806ebcfc8b7485f0f003c4a9d8 to your computer and use it in GitHub Desktop.
Save arunm8489/171369806ebcfc8b7485f0f003c4a9d8 to your computer and use it in GitHub Desktop.
rev_len = [len(i) for i in essay_train_p]
pd.Series(rev_len).hist()
plt.show()
pd.Series(rev_len).describe()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment