Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: netmiko: print out specific line matches with 'Cisco IOS Software' in sh ver output
Post: RE: netmiko: print out specific line matches with ...

One option is to do : show version | incl IOS Software instead of just show version. Then you are sure you only get that line.. Another option is using regex. I got an example on that specific somewh...
carstenlp Networking 1 3,440 Nov-28-2022, 10:05 AM
    Thread: collect show cdp neighbor output
Post: RE: collect show cdp neighbor output

Thanks Heiner55 That gave me just the result i wanted. :) And i learned new stuff on how to make the code cleaner. I had a lot of code in mine that wasnt for any use now, and yours did the trick and ...
carstenlp Networking 4 8,778 May-22-2019, 11:02 AM
    Thread: collect show cdp neighbor output
Post: collect show cdp neighbor output

Hi I hit a dead end here with my code. Not sure how i should proceed from this. Description of my project: I want to get a topology of my network. With the script i want to login to my main device,...
carstenlp Networking 4 8,778 May-21-2019, 07:00 AM
    Thread: Make panda dataframe output pretty
Post: RE: Make panda dataframe output pretty

Thanks snippsat From what i understand, then jupyter runs the code and present it with help from nbviewer ? The output looks great. Im problably just a "i want to run it in house on my own equipment"...
carstenlp Data Science 2 2,957 Jan-17-2019, 10:04 AM
    Thread: Make panda dataframe output pretty
Post: Make panda dataframe output pretty

Hi everyone I got a bit further on my project that i got some help to in here: https://python-forum.io/Thread-Make-a-ta...son-output Now i got my head bumped into the wall with the next set of task,...
carstenlp Data Science 2 2,957 Jan-16-2019, 09:44 AM
    Thread: Make a table from a json output
Post: RE: Make a table from a json output

Hi I got the added column now, that returns true/false wether the points is larger than o:points. I have then added to it change the true/false to 1/0 so i get a integer back. If points == o:points ...
carstenlp General Coding Help 13 25,856 Jan-12-2019, 09:06 PM
    Thread: Make a table from a json output
Post: RE: Make a table from a json output

(Jan-04-2019, 10:37 PM)snippsat Wrote: ... Thanks snippsat. **dance**
carstenlp General Coding Help 13 25,856 Jan-05-2019, 09:52 PM
    Thread: Make a table from a json output
Post: RE: Make a table from a json output

(Jan-01-2019, 09:42 PM)snippsat Wrote: ... Thx for input. Im using pycharm. From what i understand VS code is just another editor Im still in doubt how i add columns and how to sum up 2 columns to ...
carstenlp General Coding Help 13 25,856 Jan-04-2019, 08:58 PM
    Thread: Make a table from a json output
Post: RE: Make a table from a json output

(Dec-30-2018, 11:04 PM)snippsat Wrote: ... Hi snippsat Thx for input. Have heard about panda before, and its on my to do list to look more into. Think i can use it to a lot. But when i print(df) ...
carstenlp General Coding Help 13 25,856 Jan-01-2019, 08:30 PM
    Thread: Make a table from a json output
Post: RE: Make a table from a json output

(Dec-30-2018, 08:43 PM)stullis Wrote: What error are you getting? As for an explanation, the function accepts a list of sub-lists and transforms it. The transformation process (in the loop) takes t...
carstenlp General Coding Help 13 25,856 Dec-30-2018, 09:35 PM
    Thread: Make a table from a json output
Post: RE: Make a table from a json output

Thanks for input stullis. Have read the post 10 times or so, and still dont understand whats happening. And pasting it in, just gives me an error. So not sure what to get out of this at this moment. ...
carstenlp General Coding Help 13 25,856 Dec-30-2018, 05:21 PM
    Thread: Make a table from a json output
Post: RE: Make a table from a json output

(Dec-29-2018, 10:17 PM)Unisoftdev Wrote: If I understand it well, then you ask how to separately parse particular data from JSON objects. So when you need to extract a particular variable then you...
carstenlp General Coding Help 13 25,856 Dec-29-2018, 11:32 PM
    Thread: Make a table from a json output
Post: Make a table from a json output

Hi all Hope someone can point me in the right direction here. Im using api to call a website, where i get this response. (cleaned for a few things) So below i got the data. I would like to make a ta...
carstenlp General Coding Help 13 25,856 Dec-29-2018, 09:10 PM

User Panel Messages

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