파이썬_지역별소득통계프로그램1 파이썬(지역별소득통계프로그램)-2024-06-20 import pandas as pdimport matplotlib.pyplot as pltwhile True: print("============= 지역별 소득통계프로그램 =============") print("1. 지역별 1인당 지역내총생산 조회") print("2. 지역별 1인당 지역총소득 조회") print("3. 지역별 1인당 개인소득 조회") print("4. 지역별 1인당 민간소비 조회") print("5. 프로그램 종료") print("===========================================") choice = int(input("선택 : ")) if choice == 1: filename = (r'D:\we.. 2024. 6. 20. 이전 1 다음