piper.factory.sample_column_clean_text¶
-
piper.factory.sample_column_clean_text()[source]¶ Series with string data to be cleaned.
Used for testing string based functions.
df = pd.DataFrame(data, columns=['test_col']) df test_col 0 First row 1 SECOnd Row 2 fOuRth Row 3 fIFTH rOw 4 Thrid Row 5 fOuRth ROW 6 fIFTH rOw 7 sIxTH rOw 8 SeVENtH roW 9 EIghTh RoW 10 NINTH row 11 TEnTh rOW