Skip to content

Instantly share code, notes, and snippets.

@AI-MOO
Last active March 18, 2022 01:36
Show Gist options
  • Save AI-MOO/bb88e673da570a1f649114b1d51f9a55 to your computer and use it in GitHub Desktop.
Save AI-MOO/bb88e673da570a1f649114b1d51f9a55 to your computer and use it in GitHub Desktop.
# استعراض جميع الأعمدة التي لا ترتبط بأسماء المستشعرات
other_columns = [col for col in training_data.columns if ('Acc' in str(col) or 'Gyro' in str(col)) == 0]
other_columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment