On Tue, 14 Apr 2020 at 12:42, Rahul Gupta wrote:
>
> Hello all, i have a csv of 1 gb which consists of 25000 columns and 2
> rows. I want to apply pca so i have seen sciki-learn had inbuilt
> fucntionality to use that. But i have seen to do eo you have to load data in
> data frame. But my m
On 12 Apr 2020 12:30, Peter Otten <__pete...@web.de> wrote:
Rahul Gupta wrote:
> for line in enumerate(csv_reader):
> print(line[csv_reader.fieldnames[1]])
enumerate() generates (index, line) tuples that you need to unpack:
for index, line in enumerat
speech recognition is working really slowly in my vs code what will i do
can someone please help me
--
https://mail.python.org/mailman/listinfo/python-list
64 bit version
--
https://mail.python.org/mailman/listinfo/python-list
Found this, it's old, but it's the code. I hope it helps.
https://github.com/springpython/springpython
Julio
El mar., 14 de abr. de 2020 a la(s) 00:30, Sam (pyt...@net153.net) escribió:
>
> On 4/13/20 9:51 PM, Julio Oña wrote:
> > Hi
> >
> > There is a tool for that (I didn't use it):
> > http
On 2020-04-14 16:20, anson freer wrote:
I am a new Python user and using "Installation of Camelot" site
I have python 3.7 64bit and Anaconda installed
site states
The easiest way to install Camelot is to install it with conda, which is a
package manager
and environment management system for the A
I am a new Python user and using "Installation of Camelot" site
I have python 3.7 64bit and Anaconda installed
site states
The easiest way to install Camelot is to install it with conda, which is a
package manager
and environment management system for the Anaconda distribution.
The dependencies Tk
On Tue, Apr 14, 2020 at 8:21 AM wrote:
>
> 1. Code the MainLoop module -- http://ai.neocities.org/MainLoop.html
>
> Code the MainLoop in Python. Use either an actual loop with subroutine calls,
> or make a ringlet of perhaps object-oriented module stubs, each calling the
> next stub. Provide the
1. Code the MainLoop module -- http://ai.neocities.org/MainLoop.html
Code the MainLoop in Python. Use either an actual loop with subroutine calls,
or make a ringlet of perhaps object-oriented module stubs, each calling the
next stub. Provide the ESCAPE key or other mechanisms for the user to sto
On Tue, Apr 14, 2020 at 9:41 PM Rahul Gupta wrote:
>
> Hello all, i have a csv of 1 gb which consists of 25000 columns and 2
> rows. I want to apply pca so i have seen sciki-learn had inbuilt
> fucntionality to use that. But i have seen to do eo you have to load data in
> data frame. But my
Hello all, i have a csv of 1 gb which consists of 25000 columns and 2 rows.
I want to apply pca so i have seen sciki-learn had inbuilt fucntionality to use
that. But i have seen to do eo you have to load data in data frame. But my
machine is i5 with 8 gb of ram which fails to load all this d
Talk voting is your chance to tell us what you’d like to see at
EuroPython 2020. We will leave talk voting open until:
Sunday, April 26 23:59:59 CEST
In order to vote, please log in to the website and then navigate to
the talk voting page:
* EuroPython 202
12 matches
Mail list logo