Wednesday, May 27, 2020
Subscribe to:
Post Comments (Atom)
Python Challenges Program
Challenges program: program 1: #Input :ABAABBCA #Output: A4B3C1 str1="ABAABBCA" str2="" d={} for x in str1: d[x]=d...
-
1. To read metadata - I'll use my home directory(/home/akshay/) to place the parquet files in, which we want to read. $ cd ~ get th...
-
Python String operations capitalize() Converts the first character to upper case >>> txt = "hello, and welco...
-
Aggregation def aggregate[B](z: =>B)(seqop: (B, A) => B, combop: (B, B) => B): B = foldLeft(z)(seqop) scala> println("S...
No comments:
Post a Comment