Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Loop through elements of list and include as value in the dictionary
Post: RE: Loop through elements of list and include as v...

Hi @buran, Thanks for your reply. All my cluster will have standard set of broker ID, meaning I need include same broker ID's to both cluster. Number of broker ID stored as a value for both key will ...
Rupini Homework 3 2,705 Jun-13-2020, 05:09 AM
    Thread: Loop through elements of list and include as value in the dictionary
Post: Loop through elements of list and include as value...

Hi, I have a nested dictionary output from aws service from which I need to extract the cluster name and it's corresponding ID. I am storing cluster name as key in a dictionary. I want to include ID ...
Rupini Homework 3 2,705 Jun-12-2020, 10:20 AM
    Thread: Unable post request to AWS elasticsearch service
Post: Unable post request to AWS elasticsearch service

When I try to use the below code to load data from S3 bucket into AWS ES, I am able to get request post status code as 201. from __future__ import print_function import boto3 import datetime import u...
Rupini General Coding Help 0 1,918 May-18-2020, 08:27 AM
    Thread: Read data from a CSV file in S3 bucket and store it in a dictionary in python
Post: RE: Read data from a CSV file in S3 bucket and sto...

Hi @snippsat, Thank you for your reply. I won't be able to use CSV module in this case as my file can be either csv or text file. My S3 bucket will include network log files (can be .csv or .log depen...
Rupini Homework 3 7,074 May-14-2020, 11:52 AM
    Thread: Read data from a CSV file in S3 bucket and store it in a dictionary in python
Post: Read data from a CSV file in S3 bucket and store i...

I am trying to read a csv file from S3 bucket and store its content into a dictionary. Sample csv file data. I want to use my first row as key and subsequent rows as value sample data: name,origin,de...
Rupini Homework 3 7,074 May-14-2020, 10:04 AM

User Panel Messages

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