Python Forum
python shell elabroting output
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python shell elabroting output
#1
I ran a simple correlation matrix with 8 columns and rows. The output produced in python shell does not show the full output (image attached). How can I elaborate it to see the full matrix?

Thanks

Attached Files

Thumbnail(s)
   
Reply
#2
Hard to say without seeing code.
Reply
#3
You should mention that you use pandas.
Will force it to display any number of columns.
import pandas as pd
pd.set_option('display.max_columns', None)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  set -x shell equivalent of python, possible/available? ggpf900 1 417 Jan-25-2025, 08:01 PM
Last Post: Gribouillis
  How to run shell command, capture the output, then write it into textfile? tatahuft 4 868 Dec-20-2024, 02:13 PM
Last Post: Axel_Erfurt
  Help creating shell scrip for python file marciokoko 10 3,311 Sep-16-2023, 09:46 PM
Last Post: snippsat
  Launch Python IDLE Shell from terminal Pavel_47 5 2,543 Feb-17-2023, 02:53 PM
Last Post: Pavel_47
  batch file for running python scipt in Windows shell MaartenRo 2 2,951 Jan-21-2022, 02:36 PM
Last Post: MaartenRo
  How to make a Python program run in a dos shell (cmd) Pedroski55 2 3,191 Nov-09-2020, 10:17 AM
Last Post: DeaD_EyE
Bug Python Shell 3.9.0 - Issue with indentation Earis 17 10,280 Oct-31-2020, 07:00 AM
Last Post: Earis
  Dtype STR but output in Shell still int? johnjfk 6 3,354 Oct-04-2020, 01:34 PM
Last Post: johnjfk
  Python "Terminal" vs "Shell" SectionProperties 2 3,401 Apr-10-2020, 08:36 AM
Last Post: SectionProperties
  python shell teelado 1 24,729 Jun-13-2019, 01:49 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020