online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
import pandas as pd def remove_purely_words(x): if any(i.isdigit() for i in x): return x return None df = pd.DataFrame({'Column2': ['Ser', 'DTR', 'Not123', '2345', 'Some text']}) df = df[df['Column2'].apply(remove_purely_words).notnull()] print(df['Column2'].tolist())

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue