Représentation matricielle avec entrée standard Python

J'ai créé une matrice 3x3 en utilisant des entrées standard couramment utilisées dans AtCoder

Environnement Python 3.7.3


import pandas as pd

s = [input().split() for  i  in range(3)]
N = pd.DataFrame(s,columns=list("123"),index=["Tokyo","Nagoya","Osaka"])
print(N)

contribution

9 8 7 6 5 4 3 2 1

production

image.png

Recommended Posts

Représentation matricielle avec entrée standard Python
[Python] Entrée standard
[Python] À propos de l'entrée standard
Entrée standard avec limite de temps
[Python3] Entrée standard [Cheet sheet]
Entrée standard Python3 (compétition pro)
Entrée standard / résumé / python, ruby
Recevoir des conseils d'entrée standard @ python
Matrice transposée au standard Python
Entrée standard Python3 pour une programmation compétitive
Entrée / sortie avec Python (mémo d'apprentissage Python ⑤)
[Pour les débutants] Résumé de l'entrée standard en Python (avec explication)
Conforme à la norme de codage Python PEP8
RPC complété avec des modules Python 3 standard
Python Paiza-Divers contrôles de compétences et entrées standard
Calculer et afficher le poids standard avec python
Entrée standard Python3 que j'ai essayé de résumer
UnicodeEncodeError lutte avec la sortie standard de python3
Créer un fichier Excel avec Python + matrice de similarité
Ensemble d'entrées standard Atcoder pour les débutants (python)
Comparaison de la vitesse de transposition de la matrice par Python
[Python] Ajouter un commentaire au fichier d'entrée standard
FizzBuzz en Python3
Grattage avec Python
Statistiques avec python
Grattage avec Python
Python avec Go
Twilio avec Python
Intégrer avec Python
Jouez avec 2016-Python
AES256 avec python
Testé avec Python
python commence par ()
avec syntaxe (Python)
Résumé des entrées standard
Bingo avec python
[Python] Opération de matrice
Zundokokiyoshi avec python
Excel avec Python
Micro-ordinateur avec Python
Cast avec python
Lire les fichiers wav avec uniquement le package standard Python
Python: décompressez depuis l'entrée standard en utilisant zipfile
Compétitif Pro avec Python et VSCode-Simplification de l'entrée standard et automatisation du jugement de cas d'échantillons-
Communication série avec Python
Zip, décompressez avec python
Django 1.11 a démarré avec Python3.6
Jugement des nombres premiers avec Python
Communication de socket avec Python
Analyse de données avec python 2
Essayez de gratter avec Python.
Séquence de touches en Python
Apprendre Python avec ChemTHEATER 03
Recherche séquentielle avec Python
"Orienté objet" appris avec python
Exécutez Python avec VBA
Manipuler yaml avec python
Résolvez AtCoder 167 avec python
Communication série avec python
[Python] Utiliser JSON avec Python
Apprendre Python avec ChemTHEATER 05-1