python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Use emacs To Process Code From Command Line
Is it possible to filter content from source files using emacs from command line. For instance, if you want to use emacs to filter out comments from code, can this be done just from command line?
My u...
Timothy C. Quinn
Votes: 0
Answers: 1
Interpreting hex value in pyspark
I was querying values from two tables, which were joined, to find out the reason for mismatch in pyspark.
Joining columns from the tables seems to have extra space in one column.
I tried trim function...
Reshma Joseph
Votes: 0
Answers: 0
Removing spaces from multiple string items in a list in python
I have a list of string items in python:
positions = ['CF', 'LCMF', 'RW', 'AMF', 'LW', ' RAMF', ' LCMF', ' AMF', ' RB']
I want to remove the spaces from the items which contain spaces (e.g. ' RAMF').
...
codemachino
Votes: 0
Answers: 5
Removing white space in column values of SQL o/p
Not able to remove white space from SQL query output used in pyspark code.
I tried, trim,ltrim,rtrim,replace (multiple nested also) and regex replace. Any other suggestion.
When trim was used in sql s...
Reshma Joseph
Votes: 0
Answers: 0