Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: writing data from Amazon Workspaces to CSV
Post: RE: writing data from Amazon Workspaces to CSV

import boto3 client = boto3.client('workspaces') folder = input('directoryId> ') workspaces = client.describe_workspaces()['Workspaces'] directoryIds = [workspaces['DirectoryId']for workspaces in ...
isaac_python News and Discussions 5 1,768 Sep-23-2022, 06:13 PM
    Thread: writing data from Amazon Workspaces to CSV
Post: RE: writing data from Amazon Workspaces to CSV

(Sep-22-2022, 10:46 PM)isaac_python Wrote: Hello, I'm trying to get my output from Amazon Workspaces to print to a file. I can get the data from workspaces, but I have not been able to write the da...
isaac_python News and Discussions 5 1,768 Sep-23-2022, 04:29 PM
    Thread: writing data from Amazon Workspaces to CSV
Post: writing data from Amazon Workspaces to CSV

Hello, I'm trying to get my output from Amazon Workspaces to print to a file. I can get the data from workspaces, but I have not been able to write the data to the CSV file. I have been looking aroun...
isaac_python News and Discussions 5 1,768 Sep-22-2022, 10:46 PM

User Panel Messages

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