Open in app
Home
Notifications
Lists
Stories

Write
Rakesh Tripathi
Rakesh Tripathi

Home

Pinned

Pandas Sum DataFrame Columns With Examples

To sum pandas DataFrame columns (given selected multiple columns) using either sum(), iloc[], eval() and loc[] functions. Among these pandas DataFrame.sum() function returns the sum of the values for the requested axis, In order to calculate the sum of columns use axis=1. In this article, I will explain how to…

Python

2 min read


Jun 17

What is Amazon CloudWatch Logs?

You can use Amazon CloudWatch Logs to monitor, store, and access your log files from Amazon Elastic Compute Cloud (Amazon EC2) instances, Amazon CloudTrail, Route 53, and other sources. CloudWatch Logs enables you to centralize the logs from all of your systems, applications, and Amazon services that you use, in…

AWS

4 min read


Jun 17

Python program to convert exponential to float

Given a number in exponential format, the task is to write a Python program to convert the number from exponential format to float. The exponential number is a way of representing a number. Examples: Input: 1.900000e+01 Output: 19.0 Input: 2.002000e+03 Output: 2002.0 Input: 1.101020e+05 Output: 110102.0 Approach: First, we will…

Python

1 min read


May 27

Configuring an Integration for Google Cloud Storage

how to use storage integrations to allow Snowflake to read data from and write to a Google Cloud Storage bucket referenced in an external (i.e. Cloud Storage) stage. Integrations are named, first-class Snowflake objects that avoid the need for passing explicit cloud provider credentials such as secret keys or access…

Snowflake

7 min read


May 26

gcloud beta resource-config bulk-export

NAMEgcloud beta resource-config bulk-export — export configurations for all assets within the specified project, organization, or folder SYNOPSISgcloud beta resource-config bulk-export [--on-error=ON_ERROR; default="ignore"] [--path=PATH; default="-"] [--resource-format=RESOURCE_FORMAT] [--storage-path=STORAGE_PATH] [--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT] [--resource-types=[RESOURCE_TYPE,…] | --resource-types-file=RESOURCE_TYPE_FILE] [GCLOUD_WIDE_FLAG …]

Gcp

2 min read


May 18

How to Clean up your resources in AWS

If you deployed a cluster to complete this exercise, when you are finished with the exercise delete the cluster. Deleting the cluster stops it accruing charges to your AWS account. To delete the cluster, follow the steps in Deleting a cluster in the Amazon Redshift Cluster Management Guide. If you…

AWS

1 min read


May 17

How to install leaflet via npm

Leaflet was created 11 years ago by Volodymyr Agafonkin, a Ukrainian citizen living in Kyiv. npm i leaflet Volodymyr is no longer in Kyiv, because Russian bombs are falling over the city. His family, his friends, his neighbours, thousands and thousands of absolutely wonderful people, are either seeking refuge or…

NPM

2 min read


May 12

Python Type Conversion and Type Casting

Type Conversion The process of converting the value of one data type (integer, string, float, etc.) to another data type is called type conversion. Python has two types of type conversion. Implicit Type Conversion Explicit Type Conversion Implicit Type Conversion In Implicit type conversion, Python automatically converts one data type to another data type. This…

Python

3 min read


May 11

Send Cloud SQL Data to BigQuery

Overview SQL (Structured Query Language) is a standard language for data operations that allows you to ask questions and get insights from structured datasets. It’s commonly used in database management and allows you to perform tasks like transaction record writing into relational databases and petabyte-scale data analysis. This lab serves as…

Cloud Computing

3 min read


May 10

Sorting Algorithms in Python

The sort() method is one of the ways you can sort a list in Python. When using sort(), you sort a list in-place. This means that the original list is directly modified. Specifially, the original order of elements is altered. The general syntax for the sort() method looks like this: …

Python

5 min read

Rakesh Tripathi

Rakesh Tripathi

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable