CLICK ME
yes, even hidden code blocks!
print("hello world!")| [Desktop Entry] | |
| Version=1.0 | |
| Encoding=UTF-8 | |
| Name=Popcorn Time | |
| Name[en_US]=Popcorn Time | |
| GenericName=BitTorrent Stream Player | |
| GenericName[en_US]=BitTorrent Stream Player | |
| Comment=Run the Popcorn Time application | |
| Comment[en_US]=Run the Popcorn Time application | |
| Type=Application |
| # List unique values in a DataFrame column | |
| # h/t @makmanalp for the updated syntax! | |
| df['Column Name'].unique() | |
| # Convert Series datatype to numeric (will error if column has non-numeric values) | |
| # h/t @makmanalp | |
| pd.to_numeric(df['Column Name']) | |
| # Convert Series datatype to numeric, changing non-numeric values to NaN | |
| # h/t @makmanalp for the updated syntax! |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
| # Open CV 3.3.1 with python ${VERSION} | |
| PYTHON_EXECUTABLE_PATH=$1 | |
| if [-z "$PYTHON_EXECUTABLE"] then; | |
| echo "Using PATH default python $(command -v python)" | |
| PYTHON_EXECUTABLE=$(command -v python) | |
| fi | |
| set -ex |
| [Desktop Entry] | |
| Encoding=UTF-8 | |
| Name=Postman | |
| Exec=postman | |
| Icon=/opt/Postman/resources/app/assets/icon.png | |
| Terminal=false | |
| Type=Application | |
| Categories=Development; |