Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'aroma_binary_label', 'aroma_rating'}) and 2 missing columns ({'appearance_rating', 'appearance_binary_label'}).
This happened while the csv dataset builder was generating data using
hf://datasets/tlam25/BeerAdvocate-binary/aroma/aroma_train_binary.csv (at revision 7de95090bd8eea5c43b4893e41988476afe425a6), [/tmp/hf-datasets-cache/medium/datasets/18380140866289-config-parquet-and-info-tlam25-BeerAdvocate-binar-87fc2390/hub/datasets--tlam25--BeerAdvocate-binary/snapshots/7de95090bd8eea5c43b4893e41988476afe425a6/appearance/appearance_train_binary.csv (origin=hf://datasets/tlam25/BeerAdvocate-binary@7de95090bd8eea5c43b4893e41988476afe425a6/appearance/appearance_train_binary.csv), /tmp/hf-datasets-cache/medium/datasets/18380140866289-config-parquet-and-info-tlam25-BeerAdvocate-binar-87fc2390/hub/datasets--tlam25--BeerAdvocate-binary/snapshots/7de95090bd8eea5c43b4893e41988476afe425a6/aroma/aroma_train_binary.csv (origin=hf://datasets/tlam25/BeerAdvocate-binary@7de95090bd8eea5c43b4893e41988476afe425a6/aroma/aroma_train_binary.csv), /tmp/hf-datasets-cache/medium/datasets/18380140866289-config-parquet-and-info-tlam25-BeerAdvocate-binar-87fc2390/hub/datasets--tlam25--BeerAdvocate-binary/snapshots/7de95090bd8eea5c43b4893e41988476afe425a6/palate/palate_train_binary.csv (origin=hf://datasets/tlam25/BeerAdvocate-binary@7de95090bd8eea5c43b4893e41988476afe425a6/palate/palate_train_binary.csv), /tmp/hf-datasets-cache/medium/datasets/18380140866289-config-parquet-and-info-tlam25-BeerAdvocate-binar-87fc2390/hub/datasets--tlam25--BeerAdvocate-binary/snapshots/7de95090bd8eea5c43b4893e41988476afe425a6/taste/taste_train_binary.csv (origin=hf://datasets/tlam25/BeerAdvocate-binary@7de95090bd8eea5c43b4893e41988476afe425a6/taste/taste_train_binary.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1893, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2281, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2227, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
text: string
aspect: string
aroma_rating: double
aroma_binary_label: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 741
to
{'text': Value('string'), 'aspect': Value('string'), 'appearance_rating': Value('float64'), 'appearance_binary_label': Value('int64')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1895, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 2 new columns ({'aroma_binary_label', 'aroma_rating'}) and 2 missing columns ({'appearance_rating', 'appearance_binary_label'}).
This happened while the csv dataset builder was generating data using
hf://datasets/tlam25/BeerAdvocate-binary/aroma/aroma_train_binary.csv (at revision 7de95090bd8eea5c43b4893e41988476afe425a6), [/tmp/hf-datasets-cache/medium/datasets/18380140866289-config-parquet-and-info-tlam25-BeerAdvocate-binar-87fc2390/hub/datasets--tlam25--BeerAdvocate-binary/snapshots/7de95090bd8eea5c43b4893e41988476afe425a6/appearance/appearance_train_binary.csv (origin=hf://datasets/tlam25/BeerAdvocate-binary@7de95090bd8eea5c43b4893e41988476afe425a6/appearance/appearance_train_binary.csv), /tmp/hf-datasets-cache/medium/datasets/18380140866289-config-parquet-and-info-tlam25-BeerAdvocate-binar-87fc2390/hub/datasets--tlam25--BeerAdvocate-binary/snapshots/7de95090bd8eea5c43b4893e41988476afe425a6/aroma/aroma_train_binary.csv (origin=hf://datasets/tlam25/BeerAdvocate-binary@7de95090bd8eea5c43b4893e41988476afe425a6/aroma/aroma_train_binary.csv), /tmp/hf-datasets-cache/medium/datasets/18380140866289-config-parquet-and-info-tlam25-BeerAdvocate-binar-87fc2390/hub/datasets--tlam25--BeerAdvocate-binary/snapshots/7de95090bd8eea5c43b4893e41988476afe425a6/palate/palate_train_binary.csv (origin=hf://datasets/tlam25/BeerAdvocate-binary@7de95090bd8eea5c43b4893e41988476afe425a6/palate/palate_train_binary.csv), /tmp/hf-datasets-cache/medium/datasets/18380140866289-config-parquet-and-info-tlam25-BeerAdvocate-binar-87fc2390/hub/datasets--tlam25--BeerAdvocate-binary/snapshots/7de95090bd8eea5c43b4893e41988476afe425a6/taste/taste_train_binary.csv (origin=hf://datasets/tlam25/BeerAdvocate-binary@7de95090bd8eea5c43b4893e41988476afe425a6/taste/taste_train_binary.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string | aspect string | appearance_rating float64 | appearance_binary_label int64 |
|---|---|---|---|
the main problem with this beer is that it has no taste do they use any hops . it pours a lighter than piss yellow color gives off little to no aroma . apparently this is one of the top sold beers in the world thats the problem its way too mass produced to have any beer value . | appearance | 0.3 | 0 |
it is very unfortunate this situation we have here . i used to love this beer but as my craft beer taste have grown i have become increasingly less apt to drink a guinness . it has even fell below a fall back beer at a macro tap bar . i am not sure if this is completely related to my tastes or the degrading quality of ... | appearance | 0.4 | 0 |
appearance is a light golden yellow with a thick crisp head and fair lace for a malt liquor . smell is slightly sweet with corn yeasty with hops . taste has the adjunct flavor to it a little metallic and stale hops . mouthfeel is is light with a good amount of carbonation . not one i would willingly buy again it kinda ... | appearance | 0.8 | 1 |
it has a great color to the body . this beer poured with a bronze almost gold color . it had a great head two and a half fingers of head with a lot of retainability . tight off white lace . the aroma is sweet and candy like with just a little bit of fruity hops to it . it has a sweet and slimy mouthfeel . the flavor is... | appearance | 0.9 | 1 |
though this beer is or course not carbonated its appearance deserves at least some attention . while it lacks anything remotely resembling a head its a very elegant looking deep black body with cherry hues and leaves a thin transparent film on the sides of the glass . if it was carbonated it would have a for appearance... | appearance | 0.8 | 1 |
best by . oz bottle . a deep deep copper color almost like a medium colored iced tea . small off white head that quickly fades to a tiny lace . good . s i get bitter grassy hops upfront with some faint malt . not much else going on here . eh nope t taste is very watery earthy hop with a tinge of metallic flavor . it s ... | appearance | 0.8 | 1 |
vintage batch poured into chimay chalice a this beer pours a murky brown with a slightly orange tint . alot of yeast floating around with slow steady pour . almost no head . s. caramel rasions brown sugar booze and oak . this brew smells heavenly . t. taste goes right along with smell . this is a great tasting beer . w... | appearance | 0.6 | 1 |
aroma nice grapefruity hoppy aroma with just a little bit of skunk . sweet malt in the nose as well . appearance dark amber in color nice white fluffy head ok retention very nice lacing . taste the foretaste gives me a moderate amount of hops but what i m noticing more is the sweet malt backbone of this beer . on subse... | appearance | 1 | 1 |
poured from taps at abc into authentic looking oz stein . appearance was excellent as dark and opaque as any stout very little head with no visible carbonation . smell some mild sweetness from the malt with a hint of that coffee taste associated with dark beers . taste very intriguing the darkness is deceptive as the b... | appearance | 1 | 1 |
got a pack of this for . this beer is a great thirst quencher on a hot summer s day . i would pick this over a corona landshark miller chill insert gimmicky flavored beer here any day of the week . not an overpowering lime taste but still much better than a bud light . good work ab . | appearance | 0.4 | 0 |
from a bottle pours black with a large creamy head and thick lacing very pretty beer . nose is quite roasty almost smokey . with a touch of what reminds me of german hops and dark fruits . some toasted nuts . creamy in the mouth opens with roasted coffee . quite a bit of bittering hops on the finish again not a typical... | appearance | 1 | 1 |
picked this up in for a christmas treat . a pours a clear golden straw . it is an extremely pale yellow with only about finger of pure white head . the foam settles quickly on this brew . s smells of sour grapes lemon cherry grass and brett . i actually find the nose of this beer very appealing . t there is obvious bre... | appearance | 0.6 | 1 |
a thick head rises from the deep brown of this smoked brown ale . the off white foam lingers for a while and would make a certain stout from ireland jealous . as it dissipates and you drink bands of lace follow your progress . the smell smacks of malt and you get a slight whiff of smoke . strong roasted malt flavors do... | appearance | 1 | 1 |
a this poured a muddy dark mahogany with no head . not the most attractive sight . s it smelled like strong oak and bourbon and vanilla with rich chocolate and toffee and port . t it tasted like rich caramel and toffee and honey wheat with lots of oak and vanilla and bourbon and a bit of port and chocolate . it had a s... | appearance | 0.6 | 1 |
i honestly feel like this is one of the best mass produced adjunct lagers out there . it is n t crazy great but not awful and certainly better than lots of other crap out there . pours a really faint straw colour . the head is about one finger but disappears quickly . smells boring . a little grassy . not much to talk ... | appearance | 0.4 | 0 |
dayton oh alefest a very smooth and very drinkable beer that was light bodied.it formed a small sized tan head with fine sized bubbles.it had a clear and uncarbonated body with a reddish gold hue.the nose was malty and mildly hoppy.the flavor was hoppy which left an aftertaste.the lacing was fair with this beer . | appearance | 0.4 | 0 |
a this beer poured a copper red brew with a inch head that disappeared very quickly . little to no lacing was present . s not a whole lot going on here . subtle smell of ester hops piney and perhaps again a subtle hint of perhaps some toasty malt . t not a bad brew . nutty toasty and a little hop finish . nothing to ge... | appearance | 0.4 | 0 |
this is an impressive british style ipa . it pours a clear yellowish with plenty of white head and lots of lacing . retention is okay not great . the smell is a prodigious mixture of yeast hops piney notes and bready malts . this is a bottle conditioned beer the carbonation is moderate and the taste is very raw hops wi... | appearance | 0.6 | 1 |
the appearance is almost black with a quarter inch head that leaves no lacing . the smell is of coffee roasted malt very sweet chocolate and perhaps im getting a little bit of hops in there . the taste starts off with coffee which is followed by the chocolate which is very sweet and is ended by a hop bitterness accompa... | appearance | 0.6 | 1 |
fresh release beautiful dark amber with orange highlights . sticky and foamy ivory colored head about fingers thick to start and leaves behind a thick and beautiful lace . sweet and robust malty aroma full of caramel and fruity scents . a slightly alcoholic kick before the hop aromas come in . citrus seems to be the mo... | appearance | 1 | 1 |
dayton oh alefest a light bodied beer that was very smooth on the palate.when poured this beer had a large creamy white head that contained fine sized bubbles.the body was clear and there was some carbonation noted.the hue was straw yellow and the nose was malty and also clove.the flavor was lightly bitter . | appearance | 1 | 1 |
thanks to rageagainst for this . pours black as night . very minimal mocha head produced only by a vigorous pour . lots of alcohol coats the sides . heaps of dark fruits and spicy belgian yeast come through on the aroma . some chocolate and coffee but the big characters are the former . some alcohol heat in there . tas... | appearance | 0.9 | 1 |
ml bottle purchased in chicago somewhere around . the first noteworthy observation is the intense head . there was no gushing from the bottle but each pour generated inches of foam threatening overspill from the rising suds . the foam itself is dry looking and laces in thick clumps looks like duvel in that regard . the... | appearance | 0.6 | 1 |
a special thanks to trumick for this one . hard to get . a small oz bottle pours dark brown red small head thin bubble lacing . s i have never had anything like it . the raspberries dominate the nose with chocolate not far behind . t taste amplifies the smell . it is like eating a chocolate torte smothered in raspberry... | appearance | 0.7 | 1 |
very tangy you can taste the citrus in it . the rest is almost indescribable . there is something very drinkable about this beer as it is quite sweet and it is easy to quaff it down by the case load . a good starting beer but like most i ve had there are n t really any complex flavours to it . very unique though as the... | appearance | 0.4 | 0 |
my brother picked this one up and i was quite surprised with the results . a pours a nice golden brown with an amber red hue two thumbs of bubbly beige head and retention properties which are everlasting . lacing was intense leaving mountains of bubbles stuck to the sides of the glass . s the sweet malts come through s... | appearance | 1 | 1 |
chilled bomber into a glass . a cloudy lemon straw color with active carbonation up the middle . huge fluffy white head that lingers and lingers leaving thick lacing down the glass . s sour apples orange citrus some grass cloves and coriander . a characteristic smell of lighter unibroue offerings . t apples at the fron... | appearance | 0.9 | 1 |
have n t seen ommegang beers in very many places around my area until just the past few months . interestingly enough i stopped in a random dandy mini mart typical gas convenience store and as i was waiting to pay for my gas at the front i looked to the back of the store . to what to my surprise did i see but yes an om... | appearance | 1 | 1 |
oz btl served in a hoegaarden tumbler . best by marked on the label . a nice golden orange hue . copper highlights . appears the color of southern sweet tea when the light hits it right . fluffy head dwindles to a thin layer rather quickly . a halo of foam hangs on for the life of the beer . head retention could be bet... | appearance | 0.6 | 1 |
the recipient made with half a coconut is quite eye l oeil not to say more . otherwise the drink is whitish very milky and assertive flavors of coconut . if the entry is first on the palate silky and light coconut milk arrives soon and it looks so real you can smell the walnut pieces . not really bad but still coarse m... | appearance | 1 | 1 |
oh harpers so much enthusiasm so little wow . . this seems to be a limited offering and i think i know why . pours dark black with a tawny brown head actually looks pretty nice . smells really sweet and roasty but somehow acidic and just plain off . taste is ok but can be hard to take . the sweetness of the brew is off... | appearance | 0.9 | 1 |
a beautiful golden amber pour with creamy head much like a medium colored guinness s caramel butterscotchery malts with a diacetyl and bittersweet undertone t rich butterscotch with little to no sweetness m slick yet smooth low carbonation d went down like water . much better st. paddy s choice than the other one you s... | appearance | 0.9 | 1 |
on tap at the map room . served in a snifter esque glass . a murky orange brown body not far from clogged toilet in appearance . a small orange tinged foam quickly sizzles to a thin ring and partial cap leaving a few spots of lace . s reference quality barrel aged barleywine . perfect balance of bourbon oak vanilla car... | appearance | 0.6 | 1 |
a dark amber with a thick cream colored head . decent lacing s smells spicy herbal and hoppy . good strength t comes in with a smooth taste of stale grass herbs spices and sweet hops . its not a great taste but its a high quality taste that works . there s a bitterness that lasts in to the after taste of grass grains a... | appearance | 1 | 1 |
draught pint at the brewpub fenway on . perfect pour in all aspects . the head is large yet dense and lasting a burnt sienna color consisting of very minute bubbles . lacing is created in sheets down the glass while the beers color is near black certainly opaque . the aroma is a light espresso with bits of dark chocola... | appearance | 1 | 1 |
macro lager . what do you think it looks like . nose is incredibly sweet in that insipid can a smell be insipid . caramel malt with a healthy dollop of rice corn i m sure candy that this kind of beer often has . flavor is sickly sweet as well reminds me of rolling rock . fortunately there s a ton of carbonation in here... | appearance | 0.4 | 0 |
from notes on at kalamazoo beer exchange ibu they call it a black ipa . a pitch black beer . light brown head that pours about a half finger but stays about a half a finger nail the whole way down . with a good amount of lacing . s dry hops deep dark smoky malt t coffee bourbon and chocolate . along with the classic ho... | appearance | 1 | 1 |
appearance this lager is orange in color a little on the lighter side of the spectrum with a wonderful full head that pitted quite well . its one of the better esls that ive seen . smell the grainy malt is mixed with a good but serious whiff of alcohol and some orangey sweetness . taste the grain gets a bit sharper at ... | appearance | 0.9 | 1 |
hook and ladder backdraft brown ale is a nice deep red brown ale that s very clear and dense in appearance . it s lightly sparkling with a thin dense splotchy beige head that leaves nice lacing . a beautiful beer . it has a fresh aroma of chocolate and grapefruit . it has a smooth medium body with a dry slightly chalky... | appearance | 1 | 1 |
if there was such a thing as yellow mineral water i would assume that this is what it would taste like . pours a light straw colour . faint skunky aroma that is a precursor to bland beer crap . why crap . cause theres no taste . crap . stay away from this cheap beer . cold filtering must mean it takes out all the taste... | appearance | 0.2 | 0 |
now i m a big fan of witbiers . and this ai n t your daddy s witbier imperial or otherwise . clear orangey brass with a tight head . and a malty almost doppelbock like aroma leaps from the glass . at first taste there was a cider like quality to it . and quite big bodied for the style . i m thinking doppelbock with a h... | appearance | 0.9 | 1 |
this very pale yellow brew is topped by a medium thick head with some lacing left behind . it has a sweet fruity aroma with a touch of hops . the flavor is well balanced and slightly sweet with malt . the flavor quickly turns hoppy with a slightly dry bitter hoppy finish . this beer is very smooth and light . | appearance | 0.4 | 0 |
i had this on tap at the brewpub . the menu notes this is the beer that matt brewed at shepherd neame in england . a golden bitter ale based on a british recipe but hopped with american centennial citra resulting in a tropical fruit aroma which leads to a slightly nutty malfunction flavor and a pleasing citrus hop fini... | appearance | 0.9 | 1 |
oz from bucket o brew for about . i think . shared grudgingly with brenda. the lion s share from my new belgium goblet . one finger light tan head dies fairly quickly leaving behind a suprising amount of lacing . deeep brown brew . only reveals walnut deep ruby highlites when held up to a bare bulb . dark bread and sub... | appearance | 1 | 1 |
water . water . water . but damn it s water that gets you drunk . natty light was my high school drink of choice so i continue the tradition today . it really has no flavor to speak of but perhaps that s a good thing . unlike beast or hi life it doesnt make me want to vomit with one sip . in any case it doesnt taste li... | appearance | 0.2 | 0 |
copper in color with a soapy head both in color and texture . sparse sticky lacing . woderful tropical fruit aromas . while this is an aggresively hopped beer it s the malt profile that sales it for me . i do n t know what it is but it s different than most ipas . it s better . nice lush mouthfeel . full bodied . very ... | appearance | 0.6 | 1 |
vintage . thanks to jyp for bringing this back for me . a no head dark body . eh . s nice sweet aroma chocolate wood and coffee notes all very well balenced . slight bitterness at the finish . no off aromas . t starts out to tart for my tastes but finishes very nice and dry . noted cinnamon chocolate but lots dead poin... | appearance | 0.4 | 0 |
this was over hopped to my palate and had a strange aftertaste of bitterness that was not enjoyable . the normal bitter refreshing characteristics are gone and the overly bitter exotic tastes come through in a way you do not want to drink them . this made urquell s taste seem amazingly more refreshing and enjoyable . | appearance | 0.8 | 1 |
appears a pale golden with a short lived white head . scant lacing left behind . aroma is full of citrus peels and shitty beer . flavor has a nice rolling fruit profile pretty much all citrus fruit fizziness . mouthfeel is fizzy and light like a typical macro ultra light lager . drinkability is decent for what it is bu... | appearance | 0.4 | 0 |
i finally tried this brew . should ve tried this sooner . a brilliantly clear golden amber color with a huge billowy white head . rivals the clarity i ve seen from some very highly rated micro s . s wow dry hopped but very mild aroma floral and citricy hops bready malts . t very nice citric floral hop effect on a biscu... | appearance | 1 | 1 |
a surprisingly attractive light golden with a billowy long lasting head s nasty adjunct corny aroma t it s been a while since i ve downed beer this crappy i do n t do american mass produced . i suppose though this beer is as good as pbr and better than coors miller or bud . i drank it room temp . just in from trader j ... | appearance | 0.8 | 1 |
reviewed on . bottle shared by goldtwins i think . . pours a brown amber with a thick white head . aroma of iced tea and maybe some slight citrus hops in the background . flavor of sweet iced tea . wow this is sweet . too sweet . tastes like super concentrated iced tea . blech . . | appearance | 0.8 | 1 |
no date on ml bottle purchased in july at the lcbo in ottawa . poured into a beer mug pours a beautiful sunset orange with a gorgeous white head that caps and laces beautifully . literally nothing more i could ask for from a beer . the aroma though lacks . initially i got soap followed by a lightly spicy though mainly ... | appearance | 1 | 1 |
oz . stubby green bottle a pours a very pale yellow with a large cap of foam after gushing out of the big mouth bottle into a pint glass . surprisingly good head retention light spotty lacing . s very light some grain malt is all i pick up from this one . t very fusely with a husky grain character and a bit of wheat . ... | appearance | 0.7 | 1 |
drank straight from can . ok . i want to be the first to admit . yes budweiser is really not a awesome beer or anything but i do feel it is very refreshing . i was out of everything but a pack of budweiser in cans . appearance cant really see into the can but from what i do remember pouring into a glass its very very a... | appearance | 0.4 | 0 |
pours a clean golden copper with a nice cap of head on it . looks really good . smells is an extremely generic combination of hops and malts . nothing really distinguishing comes from the simcoe maybe just a shade of pine or something but not really . there is nothing about the nose that makes you want to pick it up an... | appearance | 0.9 | 1 |
appearance is a hazy red copper color with tons of carbonation coming from the bottom of the glass . the head seems to retain pretty well . smell is a sharp metallic yeasty smell not exactly wonderful . the taste is very metallic almost like there is something off in this batch checking the date . . none listed . hmm .... | appearance | 0.8 | 1 |
pours a hazy straw color the head is tremendous though rocky and thick . aroma is sweet malt and heavy on the cascade hops . flavor is sweetly hoppy . the malt has a nice sweetness to it that works well with the citrus hops as well as just the plain ol bitter hops . woodsy and piny hops on the back end . enjoyable beer... | appearance | 0.6 | 1 |
note this is suntory s new zero carbohydrate beer . it s a response to kirin s recently released zero . appearance pretty bad even for a happoshu . head is akin to that on a diet sprite white and so fizzy you hardly have time to notice it before it disappears . body is a weirdly glowing orangey yellow . smell a lot of ... | appearance | 0.3 | 0 |
much thanks to hopdog for bringing this growler back from wi per my request . appears a transparent light gold with a small white cap that slowly fades out into a mild cap and hearty collar . spotty lacing is left around the glass . smell is of yeast apricot tangerine overipened bananas pears honey and melon . taste is... | appearance | 0.6 | 1 |
tasted this beer on tap for the first time at the bierodrome bar kingsway london . a ml glass of this beer cost me . pounds which is i suppose o.k . for a rare beer found in london . . appearance pours hazy light bronze colour somehow the barman failed to pour this beer properly and the beerhead was overly limited unli... | appearance | 0.6 | 1 |
presentation oz bottle bottled on date of in a shaker pint poured silent straight a little syrupy . sweet spicy nose definitely ripe with a red hots esque cinnamon soft clove . malts are caramelized have a mild brown sugar quality that grow as it warms and even takes on a mild bread quality . what head there was a penc... | appearance | 0.6 | 1 |
oz bottle purchased as a single from julio s marlboro ma . poured into an imperial pint glass formed a frothy brown head over the clear dark burgundy brew . head lasted way long enough time for me to fold and change over a batch of laundry with tons of lace everywhere . aroma is roasty grains combined with an effervesc... | appearance | 0.9 | 1 |
ml bottle courtesy of markwise and shared at mike s sours saisons tasting . pours black with chocolate head . no carbonation and oil like . aroma of chocolate and soy . taste is sweet with some roasty bitterness . medium bodied with slick texture . finish is smooth and roasty . this is a really good ris . thanks mark . | appearance | 1 | 1 |
poured into a standard shaker . this is definitely not an amber ale . pours a light straw color with a two finger head . i look through the glass and this is the chunkiest most sediment filled pour i have ever seen . huge chunks floating in suspension disgusting . my gag reflex is challenged . i stick my nose in to tak... | appearance | 0.2 | 0 |
i once saw someone reference as one of the best american wheat beers . that is a barely drinkable only can be done because it is mostly water beer on a good day . clearly the bar is low enough for sam adams to at least be interesting by style even if the style is shooting for a c when done to perfection . mind you i do... | appearance | 0.3 | 0 |
tick from my backlog notebook . the beer was super fresh when i consumed it . growler split at ccb between bobby and i . it was his brew so thanks a lot bob . edit now an average of two ticks . a this is probably the most rustic and sedimentary brew i have ever seen . it is shocking how much flotsam and jetsam pervades... | appearance | 1 | 1 |
i almost can not go on like this . if you know of some quality beer in a can in your area that i have not reviewed can you please contact me so that we can trade . the swill in cans is killing me . wow . i remember when they first came out with this beer back in the mid s . the slogan was drink bud ice but uh beware th... | appearance | 0.8 | 1 |
appearance is quite bad cloudy chestnut brown with basically no head and the little there was faded almost instantaneously . the aroma though is nice lots of fruit strawberries and blueberries with hints of baking spicies . the taste is a mix of incredibly unique and boringly standard the standard is the basic ale tast... | appearance | 0.4 | 0 |
can to glass stein that holds ounces . a appearance is a golden color like the can . even says on the can golden quality since . this has to be a champion . s strange corn quality . and a unique bile smell . im not knocking on it just saying what comes to the nostrils . t wow . taste nothing like the smell . its bubbly... | appearance | 0.4 | 0 |
beautiful maple syrup color thick steady white head . great lace . smells very complex and interesting . some licorice and yeah it sounds weird but i picked up the smell of wet forest mulch but not in a bad way . taste is great crisp and fresh but still complex and strong . excellent hop flavors alot of bitterness but ... | appearance | 0.6 | 1 |
. oz bottle poured into pint glasses . appearance golden around the edges with a solid beam of hazy brown through the middle . plenty of bubbles floating to the top creating a lasting layer of fluffy white head . aroma picking up plenty of herbs with a touch of some white floral notes and this faint scent of honey . co... | appearance | 1 | 1 |
pours deep amber with a sticky fluffy head . aroma is good piney soft . taste is outstanding . not over the top hop . nice slight pine notes . resiny . mouthfeel is good alcohol is well hidden . very drinkable thank goodness for imstillthegman and bif for the chance to try this . | appearance | 1 | 1 |
served from a cask into a pint glass in a pub in london . reviewed from notes . a pours a half finger head of nice white colour milky lactic cream and restrained thickness . colour is a transparent gold . sm cream full expressive barley slight bittering hops and pleasant golden grain . a very nice aroma . moderate in s... | appearance | 0.4 | 0 |
this is one of the best looking pours i ve seen . used my chimay glass and the head is what wowed me . off brown tan creamy rocky great lacing . yum . for a saison the aroma misses the mark but still not bad . it s more of a sour than spice blend . not that i mind but when i was craving a saison this is n t what was ex... | appearance | 1 | 1 |
pours a hazy golden orange color with a thin off white head that quickly fades into a thin ring . not much in the way of lacing . estery golden fruit aroma with hints of grape apple and pear with some crisp floral hop notes and alcohol . crisp spicy medium body with a lot of estery light fruit notes floral hops slightl... | appearance | 0.6 | 1 |
bomber into a pint glass pours this one pours out near black with a little over a finger of tan head that fades away into a cap and leaves no appreciable lacing . the aroma is chocolate bourbon really and a littled toasted malt . oh man there are lots of nice chocolate espresso and bourbon notes here . a little bit of ... | appearance | 0.6 | 1 |
oz . bottle given to me by a hardcore bud drinker . wow it s one of those fancy beers you drink matt . usually the term butt monkey is not a good thing so i had low expectations . a pale yellow fizzy highly carbonated . virtually no head and even csi would not be able to find any trace of lacing . so far so bad . s not... | appearance | 0.3 | 0 |
two words creamed corn . thats what you taste and smell when you drink this stuff . what an awful brew . it looks different in its silk screen green bottles but it tastes like absolute garbage . the taste of corn dominates this beer . the smell is awful . do n t even attempt to drink this beer unless it is extremely co... | appearance | 0.2 | 0 |
i really like this lager . it has a really light yellow color and lightly carbonated . the smell took me by suprise it smells of corn with a nice hint of hops . its taste is good leaving a hint of hops in the mouth . the mouthfeel is nice kinda holds on the top of mouth . drinkability is nice it goes down smooth and fi... | appearance | 0.6 | 1 |
oz . bottle into a goblet . it s a beautiful crystal clear dark mahogany color . that s how they describe it on the label and they re not screwing around . the head fell in a hurry but clung to the glass and built little islands here and there . i got excited because i d heard good things . it smells like raisins and d... | appearance | 0.9 | 1 |
colour is as stated on the label copper gold . the two finger off white head is compact and it sinks down a little bit leaving some lacing . the smell is very mild and creamy . some malt some yeast ok i admit it is not mild it is weak . the taste is creamy with a dominating flavour of lightly roasted malt . there are s... | appearance | 0.8 | 1 |
brief impressions from dinner pure south tassie themed restaraunt in melb . good nose with fruity notes and touches of corriander . palate is mild some fizz light citrus notes . impeccably packaged in a small balsamic vinegar style bottle . needs to deliver a bit more . | appearance | 0.8 | 1 |
this beer was a nice cloudy copper colored pour . it seems to be trying to be everything tastewise sweet spicy orange citrus sour but it does not come together and in the end leaves an astringent feel in my mouth . one of several not very impressive brews spawned from the pale wheat ale style . | appearance | 0.8 | 1 |
this is a very good beer . it has a nice creamy head on it . it is deep black . the smell is a sweet amell . the taste is kindly bitter . it also has some smokey notes to it . the moutheel is high for the style . this is the most drinkable imperial that i have had . i really like how the alcohol is concealed . not as u... | appearance | 1 | 1 |
presentation oz . bottle into a mug . bottled on date stamped as . . . a very dark brown nearly opaque . pours with finger of tan head which fades rapidly leaving a bit of a soapy ring during consumption . slight lacing . s overwhelmed by a moderately unpleasant grassy earthy aroma that unfortunately reminds me of the ... | appearance | 0.8 | 1 |
i thinks the rumor is true . the rumor that the lines are infected at cl and if your brew is not fresh it sours . this tastes more like birra dicicco than the last bottle of this stuff i had . will review again . in the meantime . a huge head and lots of lovely clumps of stuff all over the glass . it stays for ages and... | appearance | 1 | 1 |
a nice looking beer . it is dark but not jet black topped with a beautiful tan head . very picturesque . s roast malt and a touch of vanilla . vanilla is very faint . t very heavy in the roast . initially there is a smoothness that immediately fades into a bitterness from the roast . vanilla is barely perceptable in th... | appearance | 0.9 | 1 |
never again . i ve had some nasty what s this in my beer experiences but this takes the cake . talk all you will about the alcohol notes the brown sugar aroma or the figgy pudding taste . it does little to negate the fact that it looks like someone splooged in my beer . i ve had floaties and sediment in my beer and tha... | appearance | 0.2 | 0 |
tasted alongside the marzen . pours a near black with two fingers of head and some webby lacing . the aroma is a campfire roastiness with light notes of sweet plum and cherry . the flavor has a deep smokiness with some cigarette and and coffee grinds . more flavorful than the marzen that is for sure . i m not a huge fa... | appearance | 1 | 1 |
yeah it s mass marketed . it really doesnt look that great . smell is just below average . but man can you drink these . budweiser is what it is . it s not trying to impress anyone . it s just that beer thay you and your friends are sharing pitchers of at the bar when am rolls around . could n t think of a better beer ... | appearance | 0.4 | 0 |
pours a light straw color slightly cloudy the head being comprised of large white bubbles . lots of rising streams of carbonation going on here pours almost like a pilsener . that said it has some impressive lacing which is about the only good thing i can say about it . the aroma is stinky floral hops a bit acidic or v... | appearance | 0.8 | 1 |
popped back the old style growler type bottle top responding with a crisp pop and an immediate explosion of a tan foamy mess i got the cap back on an had to let several gushes flow down the sink before it stopped foaming over at least i know it is n t lacking carbonation use caution when opening anywhere than above a s... | appearance | 0.8 | 1 |
the duke poured deep brown almost black in color topped by a creamy off white head . aroma was sweet and fruity up front but a touch of vinegar came through at the back end . cocoa and berry flavor at the first taste followed by tartness charcoal and a dry bitter finish . body was mid range as well as carbonation and f... | appearance | 0.8 | 1 |
anyone who s brewed with a kolsch yeast has undoubtedly noted the terrible smell given off during primary fermentation . only with aging at near lagering temps and perhaps a finning agent or two can you get rid of that and let the more delicate notes shine . my impression of karnival kolsch was that it was rushed throu... | appearance | 0.8 | 1 |
poured into a pint glass from a ounce bottle appearance white head that dissipates almost immediately . a lot of tiny bubbles rushing to the top of the pint glass . the color of the beer is a very light gold color that is transparent . i got some decent lacing on the glass . smell sweet but bland at the same time the h... | appearance | 0.4 | 0 |
enjoyed on . . . from a oz brown bottle poured into a oz pint glass . a clear golden pour . initially a fluffy white head that dissipates quickly and leaves no lacing . s all apricot barely malt . that s it . t less apricot more bland cookie cutter fruit beer . no too memorable but i found it worked well on a warm sunn... | appearance | 0.3 | 0 |
smellls like a babys diaper absolute crap . its enough to put me off from drinking it . did a side by side with dogfishhead and stones . out of the three this was by far the worst one . mouthfeel slim to none drinkability low especially since the smell was so awful . taste very boring a little bit of hops on the finish... | appearance | 0.8 | 1 |
bottle from the brewery . a tight one finger head with big bubbles that go away fast but leave a nice cap . darkish golden colour with low carbonation . s really juicy hops . lot s of citrus . not a particularily strong aroma but really really inviting . t citrus hops balanced really well with malts . flavour hangs out... | appearance | 0.6 | 1 |
l light amber tan tiny bubbles in the head . s sweet and oaky almost smells like whisky . very mild and a citrusy tone . t smooth but a little watery . a little creamy too . light flavor but pleasant . not exceptional but pleasant . m smooth if a little thin . d very drinkable if a little bland . | appearance | 0.6 | 1 |
End of preview.
README.md exists but content is empty.
- Downloads last month
- 36