Soaibuzzaman

Results 5 comments of Soaibuzzaman

### Create A DataFrame from dictionary ``` import pandas as pd data = [{'name': 'abc', 'age': 25}, {'name': 'xyz', 'age': 30}] df = pd.DataFrame.from_dict(data, orient='columns') df ``` ``` Out[1]: name...

@kaisalmen, Thanks for the reply. Here is a repository containing the server and client code. - https://github.com/soaib-bot/monaco-ls-play

@kaisalmen Thanks. I resolved the issue. There was a problem in my xtext server.

I tested it on iPhone 12 iOS/Safari Version: 17.5.1 Chrome Version: 125.0.6422.80

@midzer I have Grammarly installed, but it's not running. I don't know if the issue is with the iPhone 12. I also asked a friend to test it on his...